From 930ce5d17af743225564fa5282f6b091e3e894ce Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Mon, 3 Dec 2018 12:46:47 -0500 Subject: [PATCH] update readme --- README.md | 1 + simulations/sim_test.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8789942..4559920 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Step 2. Import Package & Run: import pandas as pd from tabulate import tabulate +# The following imports NEED to be in the exact same order from SimCAD.engine import ExecutionMode, ExecutionContext, Executor from sandbox.validation import config1, config2 from SimCAD import configs diff --git a/simulations/sim_test.py b/simulations/sim_test.py index 5169e77..3ec01c8 100644 --- a/simulations/sim_test.py +++ b/simulations/sim_test.py @@ -1,6 +1,7 @@ import pandas as pd from tabulate import tabulate +# The following imports NEED to be in the exact same order from SimCAD.engine import ExecutionMode, ExecutionContext, Executor from simulations.validation import config1, config2 # from simulations.barlin import config4