Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Feb 6, 2024
1 parent 30db03a commit 58d499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ julia> bpd = ldpc.bp_decoder(
error_rate=0.1, # the error rate on each bit
max_iter=n, # the maximum iteration depth for BP
bp_method="product_sum", # BP method. The other option is `minimum_sum'
channel_probs=[nothing] # channel probability probabilities. Will overide error rate.
channel_probs=[nothing] # channel probability probabilities. Will override error rate.
)
PyObject <ldpc.bp_decoder.bp_decoder object at 0x7fea8283ab80>
Expand Down

0 comments on commit 58d499c

Please sign in to comment.