-
Notifications
You must be signed in to change notification settings - Fork 106
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
Failing test on main branch #1671
Comments
Thanks for the report! What version of ODL are you running / how did you install ODL? This looks a lot like one of the problems that were already solved for release 0.8.0. |
Thanks for the speedy response! For completeness, here are the commands I wrote to reproduce the issue
... although in saying that, now a completely different set of tests failed now!
|
If I try installing it using conda-forge:
I get the same failing 9 tests. I am unsure as to how I managed to get the results at the beginning 🤔 |
All good! It seems you had ODL 0.7 previously, which is known to be incompatible with non-ancient NumPy / SciPy versions. Now you have ODL 0.8.1, which has fixed those issues. The test failures you're getting now are #1670, which you can safely ignore - this is purely a PyTest problem and has nothing to do with the code that's being tested. However, depending on what kind of work you intent to do with ODL you might want to consider installing Astra (with Cuda enabled), which would also have the effect that those |
Aha! I see now. In fact, if I also import astra, I get
Thanks! |
When I run
on google colab with a GPU, I get one failed test. In particular, this occurs on the operator sum test.
The text was updated successfully, but these errors were encountered: