Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 705 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 705 Bytes

hari-plotter

Logo

About

hari-plotter enables post-processing, plotting and visualizations of Seldon simulations and output (under development).

Quick Start

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

Test

You can use pytest and coverage for tests:

coverage run --source=hari_plotter -m pytest tests/ # To test
coverage report # To get the report