Development¶
Welcome to the developer area of PyADM1ODE_calibration. We welcome contributions!
Development Setup¶
-
Clone the repository:
-
Create a virtual environment and install dependencies:
Guidelines¶
- Code Style: We use
rufffor linting andblackfor formatting. - Tests: New features must be covered by tests in
tests/. We aim for > 90% coverage. - Docstrings: All public functions must have Google-style docstrings.
Workflow¶
- Create a feature branch.
- Implement your changes.
- Run tests and linter:
- Create a pull request.
Documentation¶
The documentation is built with MkDocs. To view it locally: