From 3cdf7689cd23fb097ba76bb6317a03df28915422 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Sun, 18 Nov 2018 14:34:27 -0500 Subject: [PATCH] update readme --- sandboxUX/sim_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxUX/sim_test.py b/sandboxUX/sim_test.py index cbc0965..7f601fe 100644 --- a/sandboxUX/sim_test.py +++ b/sandboxUX/sim_test.py @@ -4,7 +4,7 @@ from tabulate import tabulate from SimCAD.engine import ExecutionContext, Executor from sandboxUX import config1, config2 -# pass ExecutionContext function instead of class +# ToDo: pass ExecutionContext with execution method as ExecutionContext input print("Simulation Run 1") print()