Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 365 Bytes

File metadata and controls

7 lines (6 loc) · 365 Bytes

Coding Style

This project adheres to the pep8 style guide for python code. Additionally all docstrings follow the numpy docstring style guide. It is recommended to use a linter tool such as ruff to check code before submitting a pull request. A pre-commit configuration for ruff has been included for ease of use.