Merge pull request #31 from BlockScience/param-sweep-multi-proc
backwards merge
This commit is contained in:
commit
ef4c0c1968
|
|
@ -2,7 +2,7 @@ import pandas as pd
|
|||
from tabulate import tabulate
|
||||
# The following imports NEED to be in the exact order
|
||||
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
|
||||
from simulations.validation import config1, config2 # sweep_config
|
||||
from simulations.validation import sweep_config, config1, config2
|
||||
from SimCAD import configs
|
||||
|
||||
exec_mode = ExecutionMode()
|
||||
|
|
|
|||
Loading…
Reference in New Issue