Source code for Chau et al. 2025
- (Optional) Git fork the repository
- Git clone the repository/the fork
- (Recommended) Create and activate conda envrionment with python 3.11
- In the root directory of the cloned repository, run
pip install -r requirements.txt
paper: source code and instructions for reproducing paper figuressrc: source code for fitting and running modelstest: tests for the code insrc, can be run with thepytestcommand in this directory