Dynamical models for immune trigger waves
Note
Documentation is available at https://dewitt-lab.github.io/immunowave/
To install from the cloned repository:
pip install .For an editable installation with additional tools for package development:
pip install -e ".[dev]"Import in your Python code:
import immunowave as iwWe use Black for code formatting. To format your code, run the following command:
black .
We use Flake8 for linting. To lint your code, run the following command:
flake8 .We use pytest for testing. To run the tests, run the following command:
pytestThis project is licensed under the MIT License.