Beyond the dependencies listed in setup.cfg
, this project also requires
topologytoolkit be installed inorder to
generate morse complexes.
- Setup a virtual environment
python3 -m venv .venv --system-site-packages
source .venv/bin/activate
- Install the package
pip install -e .
It is recommend that you use the include devcontainer to run the experiments. In order to run all experiments, run the following
cd experiments; python pipeline.py