Contributing to the Toolbox#
Contributions to the PyTorch-Wavelet-Toolbox are always welcome!
Development workflow:#
We use nox to run our unit tests. Before creating your pull request follow these three steps.
- Make sure all unit tests are passing. Run:
nox -s test
to check.
- Help yourself by running,
nox -s format
to take care of linting issues, with an automatic fix.
- Afterward, run
nox -s lint
to learn where manual fixes are required for style compatibility.
Once everything checks out, you can create a pull request. We will review it as soon as possible.