Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 321 Bytes

Installation notes

Install dependencies by running the following commands in a virtual environment:

pip install --upgrade pip
pip install --upgrade more-itertools parse pre-commit pandas pytest z3-solver 'networkx[default]'
pre-commit install

Run tests with:

pytest -c . --doctest-modules