hari-plotter enables post-processing, plotting and visualizations of Seldon simulations and output (under development).
You can use a micromamba environment to get started, and get all your dependencies (or choose your own poison!):
micromamba create -f environment.yml # Just once
micromamba activate hariplotterenv # To activate, every time If you prefer pip:
pip install .
or
pip install .[qt]
if you want to use the GUI
You can use pytest and coverage for tests:
coverage run --source=hari_plotter -m pytest tests/ # To test
coverage report # To get the report