Index: tests/test_uf.py =================================================================== diff -u -rfdac759dbbec54375d4b3ebb21aebcc684ac1aed -r6b7fe9b82f599b521d8e5d53922bc59841acd899 --- tests/test_uf.py (.../test_uf.py) (revision fdac759dbbec54375d4b3ebb21aebcc684ac1aed) +++ tests/test_uf.py (.../test_uf.py) (revision 6b7fe9b82f599b521d8e5d53922bc59841acd899) @@ -57,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) + \