import aux

This commit is contained in:
Valentin Boettcher 2022-04-07 16:36:40 +02:00
parent 43fbf963d0
commit 85398ad3d1

View file

@ -4,7 +4,7 @@ import matplotlib
import matplotlib.pyplot as plt
import numpy as np
from contextlib import contextmanager
import hiro_models.model_auxiliary as aux
fig_path = Path(os.getcwd()) / "figures"
val_path = Path(os.getcwd()) / "values"