fixed import
This commit is contained in:
parent
52fbac381c
commit
6b4ed2dfce
|
|
@ -3,7 +3,7 @@ from tabulate import tabulate
|
||||||
|
|
||||||
# The following imports NEED to be in the exact order
|
# The following imports NEED to be in the exact order
|
||||||
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
|
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
|
||||||
from validation import config1, config2
|
from simulations.validation import config1, config2
|
||||||
from SimCAD import configs
|
from SimCAD import configs
|
||||||
|
|
||||||
exec_mode = ExecutionMode()
|
exec_mode = ExecutionMode()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue