From 6b4ed2dfce9fe8c6c928d0e5e1abc4ced45f0eb5 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Tue, 5 Feb 2019 11:51:32 -0500 Subject: [PATCH] fixed import --- 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 3a18378..e50cddd 100644 --- a/simulations/example_run.py +++ b/simulations/example_run.py @@ -3,7 +3,7 @@ from tabulate import tabulate # The following imports NEED to be in the exact order from SimCAD.engine import ExecutionMode, ExecutionContext, Executor -from validation import config1, config2 +from simulations.validation import config1, config2 from SimCAD import configs exec_mode = ExecutionMode()