-
-
Notifications
You must be signed in to change notification settings - Fork 47
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 GPU test that isn't run by the gpuCI #327
Comments
I don't have good insight into the gpuCI. Perhaps @jakirkham or @charlesbluca might have a better idea about what might be going wrong here? |
We seem to be using an old Maybe we should move away from this structure to something more similar to typical
|
Think I found the problem. Trying to recreate the way the gpuci performs tests I realized that the ignored function is not marked with |
I just ran local tests with cupy installed and got a failing test:
I think the error makes sense, as
sigma
is passed as a cupy backed dask array bydask_image.ndfilters.threshold_local
:dask-image/dask_image/ndfilters/_threshold.py
Line 83 in 91ea280
However, somehow the gpuCI doesn't pick it up.
tests.test_dask_image.test_ndfilters
containstest_cupy_ndfilters.py
andtest_cupy_threshold.py
. For some reason the tests in the former are run and the test defined in the latter is ignored... Why could this be?The text was updated successfully, but these errors were encountered: