update readme

This commit is contained in:
Joshua E. Jodesty 2018-12-03 12:46:47 -05:00
parent fb0c90124b
commit 930ce5d17a
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Step 2. Import Package & Run:
import pandas as pd import pandas as pd
from tabulate import tabulate from tabulate import tabulate
# The following imports NEED to be in the exact same order
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
from sandbox.validation import config1, config2 from sandbox.validation import config1, config2
from SimCAD import configs from SimCAD import configs

View File

@ -1,6 +1,7 @@
import pandas as pd import pandas as pd
from tabulate import tabulate from tabulate import tabulate
# The following imports NEED to be in the exact same order
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
from simulations.validation import config1, config2 from simulations.validation import config1, config2
# from simulations.barlin import config4 # from simulations.barlin import config4