-
Notifications
You must be signed in to change notification settings - Fork 3
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
WIP: New RPI Coeff Implementation #17
base: main
Are you sure you want to change the base?
Conversation
test cg and RI functions
I extended the test suite to make it comprehensive. At the moment the tests fail when an (nn, ll) doesn't have any invariants at all, e.g., for
It seems your new code doesn't like this, but I think this needs to be allowed - one can't expect the user to do this filtering i.e. to know a priori what the zeros in the CG are? |
I rewrite the test functions a bit so that the same random batch can be used for all tests so the spans can now be tested more easily. I'll let you clean up the rest of the tests please. |
Give Llset a new and unified implementation. The generation of CG are changed correspondingly.
Test for L = 1:4
Continuing from #16