From a5d064d50e7f6a78b069e2b6881810cb8cbb82ea Mon Sep 17 00:00:00 2001 From: Sourcery AI <> Date: Tue, 25 Apr 2023 14:37:14 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- tnc/data_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index 08dec6938..8ccba4a30 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -130,7 +130,7 @@ def __init__(self) -> None: FREEDV_MODE.datac1.value, ] # List for minimum SNR operating level for the corresponding mode in self.mode_list - self.snr_list_high_bw = [-10, 0-1, 3-3] + self.snr_list_high_bw = [-10, 0-1, 0] # List for time to wait for corresponding mode in seconds # test with 6,7 --> caused sometimes a frame timeout if ack frame takes longer # TODO: Need to check why ACK frames needs more time