-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
5935 fixes spacing pixdim inplace change #5950
Conversation
Signed-off-by: Wenqi Li <[email protected]>
/build |
Signed-off-by: Wenqi Li <[email protected]>
/build |
I struggled to find this bug for many hours in monai1.1 |
Thanks for reporting. I hope there's a method to document recent unreleased bug fixes, it may save you some time. Currently we are not really using this @xxsxxsxxs666 really helped a lot by creating a small script for reproducing the issue #5935. |
Signed-off-by: Wenqi Li [email protected]
Fixes #5935
Description
assigning
out_d[idx]
in the__call__
shouldn't changeself.pixdim
in SpacingTypes of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.