No description
Find a file
2022-07-07 17:14:20 +02:00
.github/workflows print logs 2021-12-10 11:11:39 +01:00
docs remove bogus typehints package 2021-12-07 14:06:36 +01:00
hopsflow add mean max and min to ensemble value 2022-07-07 17:14:20 +02:00
.envrc remove requirements.txt 2021-12-10 10:37:49 +01:00
.gitignore correct extension 2022-02-04 11:44:46 +01:00
flake.lock support DynamicMatrix 2022-04-06 18:26:24 +02:00
flake.nix support DynamicMatrix 2022-04-06 18:26:24 +02:00
LICENSE project structure and license+setup.py 2021-12-07 13:28:32 +01:00
poetry.lock support DynamicMatrix 2022-04-06 18:26:24 +02:00
pyproject.toml rev version 2022-04-12 18:04:10 +02:00
readme.md update flake and readme 2021-12-10 10:47:16 +01:00

This repo contains code used in the work for my master thesis.

Docs

Documentation is available here.

Installation

Nix

For developing use nix develop and for installing use the default package from the flake.

If you plan to use this package in another poetry2nix project you have to include the overrides from lib.overrides in the flake github:vale981/hiro-flake-utils.

Poetry

For development use poetry shell and for installing just add this repo to the depencies of your project. You can also build a standalone package with poetry build using.