Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1015 Bytes

File metadata and controls

15 lines (9 loc) · 1015 Bytes

Thank you for contributing to DeepInverse!

Please refer to our contributing guidelines for full instructions on how to contribute, including writing tests, documentation and code style.

Once the GitHub tests have been approved by a maintainer (only required for first-time contributors), and the Build Docs GitHub action has run successfully, you can download the documentation as a zip file from the Actions page. Look for the workflow run corresponding to your pull request.

Checks to be done before submitting your PR

  • python3 -m pytest deepinv/tests runs successfully.
  • black . and ruff check . run successfully.
  • make html runs successfully (in the docs/ directory).
  • Updated docstrings related to the changes (as applicable).
  • Added an entry to the changelog.rst.