Contribution Instructions

To contribute to the python package, please follow these simple steps

  1. Fork deephys (not the deephys-aio repository)

  2. Edit the python code

  3. Run the python tests

  4. Check to make sure your edits are still compatible with these docs. If they are not, please edit the docs and include it in your pull request.

  5. Add your changes to the changelist

  6. Run these google colabs (additional python tests)

  7. Before committing, please use black with the default settings to format any files you edit. This simplifies diffs as much as possible. The command should be something like python -m black source_file.py.

  8. Submit a pull request