-
Notifications
You must be signed in to change notification settings - Fork 69
Fix bug in IterateRegionWithAccessToIndexWithoutWriteAccess #270
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
Comments
I think there might be other instances of cluttering the logs. |
Well, this one test takes up 80% of the entire log. |
Uh-uh, I guess everyone before you was being fooled by this seemingly small region definition: ITKSphinxExamples/src/Core/Common/IterateRegionWithAccessToIndexWithoutWriteAccess/Code.cxx Lines 45 to 46 in fd2b39b
|
Yeah, I think it was meant to use that defined region, and another similarly named test uses the region correctly. |
DOC: Changed cookiecutter to put Python link first DOC: Changed CalculateImageMoments to put Python link first BUG: Removed extraneous lines in CMakeLists refering to output_image ENH: Changed cookiecutter to use argparse for print_usage ENH: Changed CalculateImageMoments to use argparse for print_usage BUG: Fixed IterateRegionWithAccessToIndexWithoutWriteAccess/Code.cxx to use defined region instead of LargestPossibleRegion (Closes InsightSoftwareConsortium#270)
DOC: Changed cookiecutter to put Python link first DOC: Changed CalculateImageMoments to put Python link first BUG: Removed extraneous lines in CMakeLists refering to output_image ENH: Changed cookiecutter to use argparse for print_usage ENH: Changed CalculateImageMoments to use argparse for print_usage BUG: Fixed IterateRegionWithAccessToIndexWithoutWriteAccess/Code.cxx to use defined region instead of LargestPossibleRegion (Closes InsightSoftwareConsortium#270)
DOC: Changed cookiecutter to put Python link first DOC: Changed CalculateImageMoments to put Python link first BUG: Removed extraneous lines in CMakeLists refering to output_image ENH: Changed cookiecutter to use argparse for print_usage ENH: Changed CalculateImageMoments to use argparse for print_usage BUG: Fixed IterateRegionWithAccessToIndexWithoutWriteAccess/Code.cxx to use defined region instead of LargestPossibleRegion (Closes InsightSoftwareConsortium#270)
DOC: Changed cookiecutter to put Python link first DOC: Changed CalculateImageMoments to put Python link first BUG: Removed extraneous lines in CMakeLists refering to output_image ENH: Changed cookiecutter to use argparse for print_usage ENH: Changed CalculateImageMoments to use argparse for print_usage BUG: Fixed IterateRegionWithAccessToIndexWithoutWriteAccess/Code.cxx to use defined region instead of LargestPossibleRegion (Closes InsightSoftwareConsortium#270) Added ellipse.png.sha512 so that the image would render. Fixed whitespace and syntax issues with .rst.
ITKSphinxExamples/src/Core/Common/IterateRegionWithAccessToIndexWithoutWriteAccess/Code.cxx
Lines 54 to 64 in fd2b39b
I'll submit a bug fix after I get my first PR through. This ignores the set region and uses LargestPossibleRegion(), resulting in the entire image being output line per pixel during CI testing (in the logs). Greatly clutters the CI logs.
The text was updated successfully, but these errors were encountered: