You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests in this library are not runned frequently. For #16, I am creating a test case and thus enabling running test_cdd again. I noticed that the current test fails for test_reduce with input size = 3:
Yes, that's the reason the test with size=10 is disabled for 64bits.
Interestingly it passes for 32 bits.
Which means there is some aweful C code messing with integer/pointer sizes.
I think we need to revise all the code concerning the pseudo-hashing using pointers.
They probably assume 32bit pointer arithmetic, but something goes wrong.
The tests in this library are not runned frequently. For #16, I am creating a test case and thus enabling running
test_cdd
again. I noticed that the current test fails fortest_reduce
with inputsize = 3
:The text was updated successfully, but these errors were encountered: