Changed progress bar behaviour

This commit is contained in:
Andreas Tsouchlos 2022-11-07 20:15:04 +01:00
parent 367901b0d4
commit bbd9d9037b

View File

@ -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