Skip to content

Commit

Permalink
remove QRM(5) from decoder setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Sep 27, 2024
1 parent 42acc71 commit c1aead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ecc_decoder_all_setups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

for c in codes
for s in setups
for d in [c->BitFlipDecoder(c)]
for d in [c->BitFlipDecoder(c, maxiter=10)]
e = evaluate_decoder(d(c), s, 100000)
@show c
@show s
Expand Down

0 comments on commit c1aead9

Please sign in to comment.