-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDPC:regular | irregular #18
Comments
Can you show a small script that led to this error please so I can debug ? |
H.npy parity_check_matrix array(64,128) np.int32 |
I'm having the same issue. (64,128) matrix.. Any solutions? |
Please show me the code snippet you ran so I can debug, use the code brackets in the formatting here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pyldpc/pyldpc/decoder.py
Line 34 in 2eeea26
Comparison of matrix multiplication results
use
*
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
The text was updated successfully, but these errors were encountered: