There was an error while loading. Please reload this page.
make env # create the conda env (conda env create -f environment.yml) conda activate mbcausal make install # editable install (pip install -e .)
make check # pytest + ruff + mypy
All three should pass.
mbcausal