-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix Scipy tests for GPU based docker images #30
Comments
As of 1.1.0 release, the failure presents in a new way, but the underlying problem is still the same:
I found a relevant commit to the scipy feedstock about this "pooch" dep: conda-forge/scipy-feedstock@87f59ad |
Seeing following errors leading to failures
Scipy and scipy-tests are separately available on conda-forge, but the release versions seem to line up. Will make a change to install scipy-tests version matching scipy and see if that resolves. |
Issue: Currently scipy tests are failing when running it for GPU .
More background:
In PyPi, scipy is vended out as a single package. Whereas in Conda forge, scipy is vended out as two different packages - scipy and scipy-tests. (This is a recent change that happened two months ago)
There is a possibility that either one of these packages might be out of date and indirectly causing tests to fail
Acceptance Criteria: Scipy tests should succeed for GPU based docker images. Another possible recommendation is to come up with a different testing plan for scipy.
The text was updated successfully, but these errors were encountered: