Index: tests/test_uf.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -rfbe3580dfcda2338d9fa33d09bee85099ea7b801 --- tests/test_uf.py (.../test_uf.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ tests/test_uf.py (.../test_uf.py) (revision fbe3580dfcda2338d9fa33d09bee85099ea7b801) @@ -27,6 +27,9 @@ dg = DG() sleep(2) +# hd.ui.cmd_ui_start_treatment_request() +# exit(0) + # log in to HD and DG as tester # if hd.cmd_log_in_to_hd() == 0: # exit(1) @@ -54,7 +57,7 @@ pumpSetPts = ", B.s, " + '{:4d}'.format(hd.bloodflow.target_blood_flow_rate) + \ ", DI.s, " + '{:4d}'.format(hd.dialysate_inlet_flow.target_dialysate_inlet_flow_rate) + \ ", RO.s, " + '{:4d}'.format(dg.ro_pump.target_pressure_psi) + \ - ", DR.s, " + '{:5d}'.format(dg.drain_pump.target_drain_pump_speed_RPM) + ", DR.s, " + '{:5d}'.format(dg.drain_pump.target_drain_pump_RPM) pumpMeasSpds = ", B.m, " + '{:7.1f}'.format(hd.bloodflow.measured_blood_pump_speed) + \ ", B.r, " + '{:6.1f}'.format(hd.bloodflow.measured_blood_pump_rotor_speed) + \ ", B.f, " + '{:7.1f}'.format(hd.bloodflow.measured_blood_flow_rate) + \