Index: tests/dg_heat_and_chemical_disinfect_test.py =================================================================== diff -u -re979b3b8161d4232a93fd7c995e1aaeb690c1c6c -rb5ebd4c79b40e896e806e3495c7548466731bcd1 --- tests/dg_heat_and_chemical_disinfect_test.py (.../dg_heat_and_chemical_disinfect_test.py) (revision e979b3b8161d4232a93fd7c995e1aaeb690c1c6c) +++ tests/dg_heat_and_chemical_disinfect_test.py (.../dg_heat_and_chemical_disinfect_test.py) (revision b5ebd4c79b40e896e806e3495c7548466731bcd1) @@ -122,10 +122,10 @@ def get_ro_info(): - info = ('RO, {}, PPi, {:5.3f}, PPo, {:5.3f}, PWM, {:5.3f}, Flow, {:5.3f}, Tgt_flow, {:5.3f}, Temp_flow, {:5.3f}, ' + info = ('RO, {}, PPi, {:5.3f}, PPo, {:5.3f}, PWM, {:5.3f}, Flow, {:5.3f}, Tgt_flow, {:5.3f}, ' .format(dg.ro_pump.ro_pump_state, dg.pressures.ro_pump_inlet_pressure, dg.pressures.ro_pump_outlet_pressure, dg.ro_pump.pwm_duty_cycle_pct, - dg.ro_pump.measured_flow_rate_lpm, dg.ro_pump.target_flow_lpm, dg.ro_pump.temporary_flow_value)) + dg.ro_pump.measured_flow_rate_lpm, dg.ro_pump.target_flow_lpm)) return info @@ -553,14 +553,14 @@ # run_chemical_disinfect() - run_dg() + #run_dg() # run_ro_pump_duty_cycles() # cmd_set_disinfect_ui_screen() # cmd_test_heaters() - #collect_treatment_data() + collect_treatment_data()