Index: dialin/utils/nv_ops_utils.py =================================================================== diff -u -rd832b9ec145bf0c8bf3bf0bdc4844d146a60e600 -r4264a946469e93087db5ec00492ec374cdfd6ac5 --- dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision d832b9ec145bf0c8bf3bf0bdc4844d146a60e600) +++ dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision 4264a946469e93087db5ec00492ec374cdfd6ac5) @@ -561,7 +561,7 @@ # Unpack the values to be written to the dictionary raw = struct.unpack(data_type, fw_raw_records_bytes[ read_start_index:read_start_index + value_bytes])[0] - # Check if the the values is a character first, otherwise it can be received as a byte that was + # Check if the values is a character first, otherwise it can be received as a byte that was # not a character from firmware try: data += raw.decode("utf-8", errors="ignore") Index: tests/dg_tests.py =================================================================== diff -u -rd832b9ec145bf0c8bf3bf0bdc4844d146a60e600 -r4264a946469e93087db5ec00492ec374cdfd6ac5 --- tests/dg_tests.py (.../dg_tests.py) (revision d832b9ec145bf0c8bf3bf0bdc4844d146a60e600) +++ tests/dg_tests.py (.../dg_tests.py) (revision 4264a946469e93087db5ec00492ec374cdfd6ac5) @@ -546,17 +546,10 @@ # cmd_set_disinfect_ui_screen() - # collect_treatment_data() + collect_treatment_data() # collect_hd_treatment() # test_hd_fans_alarms() # test_dg_fans_alarms() - - hd.fans.cmd_fans_duty_cycle_override(68, reset=1) - - while True: - print(get_hd_fans_info()) - - sleep(1)