.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.releaserc.json
LICENSE
Makefile
README.md
pyproject.toml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation-report.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/release.yaml
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/example.ipynb
docs/index.rst
docs/installation.md
docs/make.bat
docs/readme.md
docs/api/references.rst
icomo/__init__.py
icomo/_version.py
icomo/comp_model.py
icomo/examples.py
icomo/pytensor_op.py
icomo/slow_modulation.py
icomo/tools.py
icomo.egg-info/PKG-INFO
icomo.egg-info/SOURCES.txt
icomo.egg-info/dependency_links.txt
icomo.egg-info/requires.txt
icomo.egg-info/top_level.txt
notebooks/covid_immunity_model.ipynb
notebooks/example1.csv
notebooks/example1_SIR.csv
notebooks/optimize_restrictions.ipynb
notebooks/seropositivity_model.ipynb
tests/__init__.py
tests/test_comodi.py