update readme
This commit is contained in:
parent
fb0c90124b
commit
930ce5d17a
|
|
@ -34,6 +34,7 @@ Step 2. Import Package & Run:
|
|||
import pandas as pd
|
||||
from tabulate import tabulate
|
||||
|
||||
# The following imports NEED to be in the exact same order
|
||||
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
|
||||
from sandbox.validation import config1, config2
|
||||
from SimCAD import configs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import pandas as pd
|
||||
from tabulate import tabulate
|
||||
|
||||
# The following imports NEED to be in the exact same order
|
||||
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
|
||||
from simulations.validation import config1, config2
|
||||
# from simulations.barlin import config4
|
||||
|
|
|
|||
Loading…
Reference in New Issue