Skip to content

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

  1. Create a feature branch from main
  2. Make your changes
  3. Ensure all tests pass
  4. Submit a pull request