Source code for the preprint Chau et al. 2024
- Git clone/fork the repository
- (Recommended) Create and activate conda envrionment with python 3.11
- In this directory, 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 thepytest
command in this directory