Skip to content

Commit 56b848f

Browse files
committed
FIx imports
1 parent 6c1733c commit 56b848f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/fd_string_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from python.base_model import Model
2+
from base_model import Model
33
from sav_solver import SAVSolver
44
from results_storage import STATE_STORAGE_CONFIG
55
from plotter import NO_PLOTTER_CONFIG

python/sav_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from python.base_model import Model
2+
from base_model import Model
33
from results_storage import ResultsStorage, DEFAULT_STORAGE_CONFIG
44
from plotter import Plotter, DEFAULT_PLOTTER_CONFIG
55

0 commit comments

Comments
 (0)