From 5f2d0801ca39ed2eafa52281ac149c8c3721a1c5 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Mon, 4 Mar 2019 09:12:06 -0500 Subject: [PATCH] multithreaded runs for uat --- cadCAD/engine/simulation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cadCAD/engine/simulation.py b/cadCAD/engine/simulation.py index 4c65ba6..a62d1bb 100644 --- a/cadCAD/engine/simulation.py +++ b/cadCAD/engine/simulation.py @@ -93,7 +93,7 @@ class Executor: return sL - # mech_pipeline + # mech_pipeline - state_update_block def state_update_pipeline( self, var_dict: Dict[str, List[Any]], @@ -123,6 +123,7 @@ class Executor: return states_list + # state_update_pipeline def run_pipeline( self, var_dict: Dict[str, List[Any]],