Contributing
Development setup
git clone https://github.com/InstituteforDiseaseModeling/historymatching
cd historymatching
uv sync --extra notebooks --extra test
Or with plain pip in editable mode:
pip install -e ".[test]"
Running tests
pytest tests/
Pull requests
- Create a feature branch from
main - Make your changes
- Ensure all tests pass
- Submit a pull request