diff --git a/src/peilbeheerst_model/02_crossings_to_ribasim_notebook.py b/src/peilbeheerst_model/02_crossings_to_ribasim_notebook.py index 77b0ce0..29eeb89 100644 --- a/src/peilbeheerst_model/02_crossings_to_ribasim_notebook.py +++ b/src/peilbeheerst_model/02_crossings_to_ribasim_notebook.py @@ -1,6 +1,4 @@ -import sys import warnings -from pathlib import Path import pandas as pd import ribasim @@ -14,14 +12,6 @@ ribasim.__version__ -# load ribasim_nl -module_path = Path.cwd() / "../ribasim_nl/" -sys.path.append(str(module_path)) - -# load crossings_to_ribasim.py -sys.path.append("peilbeheerst_model") - - # # Amstel, Gooi en Vecht diff --git a/src/peilbeheerst_model/03_test_outlets.py b/src/peilbeheerst_model/03_test_outlets.py index 6315dfc..3cf7954 100644 --- a/src/peilbeheerst_model/03_test_outlets.py +++ b/src/peilbeheerst_model/03_test_outlets.py @@ -1,10 +1,5 @@ -import sys - from outlets import case1, case2 -sys.path.append("peilbeheerst_model") - - # # Case 1 # ### Example 1: boundary and basin levels on target diff --git a/src/peilbeheerst_model/Parametrize/AmstelGooienVecht_parametrize.py b/src/peilbeheerst_model/Parametrize/AmstelGooienVecht_parametrize.py index 75ab1f2..8d121b1 100644 --- a/src/peilbeheerst_model/Parametrize/AmstelGooienVecht_parametrize.py +++ b/src/peilbeheerst_model/Parametrize/AmstelGooienVecht_parametrize.py @@ -3,7 +3,6 @@ import pathlib import warnings -import load_ribasim # noqa: F401 import pandas as pd import ribasim import ribasim.nodes