From 06367f0573a098e6692c8cb07c17668fb426d132 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Thu, 14 Feb 2019 10:34:05 -0500 Subject: [PATCH] backwards merge --- simulations/example_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulations/example_run.py b/simulations/example_run.py index 8b265aa..b179e49 100644 --- a/simulations/example_run.py +++ b/simulations/example_run.py @@ -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()