diff --git a/rs_examples.py b/rs_examples.py index a64c792..ec01e4c 100755 --- a/rs_examples.py +++ b/rs_examples.py @@ -499,7 +499,6 @@ def heat_shock_response(print_system=True): rc.show() smt_rsc = SmtCheckerRSC(rc) - prop = [("hsp",1)] + prop = ([("hsp",1)],[("temp",stress_temp)]) # no stress smt_rsc.check_reachability(prop,max_level=10) - - +