-
Notifications
You must be signed in to change notification settings - Fork 43
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
tests fail with cython optimization #39
Comments
I did not know. Which tests fail? |
Below is the list that I get. P.S. Is there a simple way to do bulk indenting in github?
FAILED shenfun/tests/test_tensorproductspace.py::test_eval_tensor[ShenNeumannBasis-GL1-2-D] |
Hi,
I do know if this error is related to an outdated conda package or if it does not occur if the current github-Version is used. Best, |
I can happily say that all the tests pass without any optimization. Today I tried with cython and numba.
The good news is that with numba they all pass.
The bad news is that with cython I have 202 fail. This is both on my laptop and a computer cluster, but both are installed using conda so it's really the same system.
I will continue to use numba but wanted to point this out, in case you weren't aware of it already.
The text was updated successfully, but these errors were encountered: