Index: tests/dg_heat_and_chemical_disinfect_test.py =================================================================== diff -u -r6acb9af3aed2505112c51cb7eea41dffaa472286 -r5b791b3c7d1d2498dbe52c4573225a56afffe2fb --- tests/dg_heat_and_chemical_disinfect_test.py (.../dg_heat_and_chemical_disinfect_test.py) (revision 6acb9af3aed2505112c51cb7eea41dffaa472286) +++ tests/dg_heat_and_chemical_disinfect_test.py (.../dg_heat_and_chemical_disinfect_test.py) (revision 5b791b3c7d1d2498dbe52c4573225a56afffe2fb) @@ -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 @@ -549,11 +549,11 @@ hd.cmd_log_in_to_hd() sleep(1) - #run_heat_disinfect() + # run_heat_disinfect() # run_chemical_disinfect() - run_dg() + # run_dg() # run_ro_pump_duty_cycles() @@ -563,6 +563,6 @@ # cmd_test_heaters() - #collect_treatment_data() + collect_treatment_data()