Changed progress bar behaviour
This commit is contained in:
parent
367901b0d4
commit
bbd9d9037b
@ -68,6 +68,7 @@ def test_decoder(encoder: typing.Any,
|
|||||||
BERs = []
|
BERs = []
|
||||||
for SNR in tqdm(SNRs, desc="Calculating Bit-Error-Rates",
|
for SNR in tqdm(SNRs, desc="Calculating Bit-Error-Rates",
|
||||||
position=0,
|
position=0,
|
||||||
|
leave=False,
|
||||||
bar_format="{l_bar}{bar}| {n_fmt}/{total_fmt}"):
|
bar_format="{l_bar}{bar}| {n_fmt}/{total_fmt}"):
|
||||||
|
|
||||||
total_bit_errors = 0
|
total_bit_errors = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user