Skip to content

seldon-code/hari-plotter

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages