-
Notifications
You must be signed in to change notification settings - Fork 74
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
Current clifford master does not pass unit tests with Numba 0.52.0rc2 #377
Comments
Reading the log, the error is the following repeated a lot
Interestingly, the source of that error *numba code) contains the comment:
Why doesn't the slow pickler do this properly too? Shouldn't the slow one be a superset of the fast one? |
The slow pickler is actually referring to I don't think there were any changes in numba 0.52 that is related to the pickler in numba. @esc, Did clifford work fine in 0.51? |
@sklam, i just checked and the following config fails these tests too:
|
@sklam is there anything that can be done to remedy this on the Numba side? |
I don't think we can fix it that quickly. We should open an issue about it. |
It always seems to be same issue, something related to Numba and how functions are pickled. The log is attached below. I am trying to figure out if this is an issue with the Numba 0.52.0rc2 or with Clifford.
Reproducer
LOG.txt
The text was updated successfully, but these errors were encountered: