Index: tst_time_duration/test.py =================================================================== diff -u -r24baad86c6fce6c0875821cde956337b6fb673fe -r71e64f42ac23f1f777f20f7f60e36c0cb3b45d06 --- tst_time_duration/test.py (.../test.py) (revision 24baad86c6fce6c0875821cde956337b6fb673fe) +++ tst_time_duration/test.py (.../test.py) (revision 71e64f42ac23f1f777f20f7f60e36c0cb3b45d06) @@ -87,9 +87,9 @@ #navigate to dialysis state hd_simulator.cmd_set_treatment_states_data(sub_mode= 2, uf_state= 0, saline_state=0, heparin_state= 0, rinseback_state= 0, recirculate_state= 0, blood_prime_state= 0, - treatment_end_state=0, treatment_stop_state= 0) + treatment_end_state=0, treatment_stop_state= 0, dialysis_state=0) - hd_simulator.cmd_set_treatment_start_state() +# hd_simulator.cmd_set_treatment_start_state() #Calculating total seconds into minutes and passing to treatment time verification total_time_list = total_time()