backwards merge

This commit is contained in:
Joshua E. Jodesty 2019-02-14 10:34:05 -05:00
parent ed2f31cffc
commit 06367f0573
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()