mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
import aux
This commit is contained in:
parent
43fbf963d0
commit
85398ad3d1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import matplotlib
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
|
import hiro_models.model_auxiliary as aux
|
||||||
|
|
||||||
fig_path = Path(os.getcwd()) / "figures"
|
fig_path = Path(os.getcwd()) / "figures"
|
||||||
val_path = Path(os.getcwd()) / "values"
|
val_path = Path(os.getcwd()) / "values"
|
||||||
|
|
Loading…
Add table
Reference in a new issue