Merge pull request #31 from BlockScience/param-sweep-multi-proc

backwards merge
This commit is contained in:
Joshua E. Jodesty 2019-02-14 10:35:17 -05:00 committed by GitHub
commit ef4c0c1968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()