diff --git a/sw/decoders/utility.py b/sw/decoders/utility.py index 8caf553..83da734 100644 --- a/sw/decoders/utility.py +++ b/sw/decoders/utility.py @@ -68,6 +68,7 @@ def test_decoder(encoder: typing.Any, BERs = [] for SNR in tqdm(SNRs, desc="Calculating Bit-Error-Rates", position=0, + leave=False, bar_format="{l_bar}{bar}| {n_fmt}/{total_fmt}"): total_bit_errors = 0