Skip to content

Commit e2785ec

Browse files
committed
Test for conditions - WIP
1 parent 1852fce commit e2785ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modeci_mdf/execution_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def evaluate(
766766
)
767767
)
768768

769-
self.curr_value = None
769+
###self.curr_value = None # to be tested for conditions
770770
return final_val
771771

772772

0 commit comments

Comments
 (0)