Index: leahi_dialin/fp/modules/conductivity_sensors.py =================================================================== diff -u -rc25a93476a4d5f72b66205823a178a29bba81f4a -r89f5dc5bbbf4eb9018610467eb1a4da188368e7a --- leahi_dialin/fp/modules/conductivity_sensors.py (.../conductivity_sensors.py) (revision c25a93476a4d5f72b66205823a178a29bba81f4a) +++ leahi_dialin/fp/modules/conductivity_sensors.py (.../conductivity_sensors.py) (revision 89f5dc5bbbf4eb9018610467eb1a4da188368e7a) @@ -290,7 +290,6 @@ @param reset: integer - 1 to reset a previous override, 0 to override @return: 1 if successful, zero otherwise """ - # -1 is for D98 as its not a part of the conductivity sensors modified_index = sensor_index + BETA_IOFP_COND_SENSOR_OFFSET reset_byte_array = integer_to_bytearray(reset) cond_byte_array = float_to_bytearray(conductivity)