-
-
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
ndimage
tests test_affine_transform_general
and higher order parameters
#210
Comments
Cool :) Regarding the testing: dask-image/tests/test_dask_image/test_ndinterp/test_affine_transformation.py Lines 56 to 62 in 43f9f7e
See this comment for some background: #24 (comment) |
I have some weird behaviour that I don't fully understand (this is my first time using pytest).
Why is that the case, when the only thing that differs is I generate them with
just like in your test... Maybe you could have a look at what I've done: |
OK, it seems there is also a test failure with the |
Wrote a response in the PR #213! |
Hi,
I am working on a dask-image implementation of
ndimage.rotate
. The functionality is there and I am now trying to get the tests up and running similar toaffine_transform
.Now this test
dask-image/tests/test_dask_image/test_ndinterp/test_affine_transformation.py
Line 86 in 43f9f7e
However, when I try to run the same configuration for my
rotate
function the tests fail because in dask-image'saffine_transform
I get an additional blurring:I am wondering how these tests run with
affine_transform
with higher orders while still producing the same image as scikit. For my rotation transformation you clearly see the extra blur.The text was updated successfully, but these errors were encountered: