-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
add test to reproduce SimpleITK issue #2220 #5070
base: master
Are you sure you want to change the base?
add test to reproduce SimpleITK issue #2220 #5070
Conversation
eaa3785
to
267ff7e
Compare
The fix for this issue was addressed in #5072. Would it be work the additional CI time to add this memory intensive test? |
A dozen more seconds spent on testing is not an issue. But if high memory usage of this test interferes with other tests, that might be an issue. |
…2220 Incorrect results are being computed on windows with the Compose filter (and other filters) and VectorImages of sizes >4GB. Bug was addressed in PR InsightSoftwareConsortium#5071.
267ff7e
to
b40eb7c
Compare
The CTest properties should ensure that the high memory usage does not conflict with other high memory usage tests. The test takes 21 seconds in debug mode on my laptop. |
That is low enough. |
Incorrect results are being computed on windows with the Compose filter ( and maybe other filters) and VectorImages of sizes >4GB.
See: SimpleITK/SimpleITK#2220 for details
PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.