Skip to content

seldon-code/hari-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6524581 · Aug 12, 2024
Aug 11, 2024
Jun 22, 2024
Aug 11, 2024
Sep 23, 2023
Aug 5, 2024
Mar 4, 2024
Sep 19, 2023
Aug 11, 2024
Feb 20, 2024
Oct 27, 2023
Aug 11, 2024
Feb 20, 2024
Feb 20, 2024
Jun 22, 2024
Oct 7, 2023
Aug 12, 2024

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