Skip to content
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

WIP Attempt to fix CI #439

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Conversation

dzenanz
Copy link
Member

@dzenanz dzenanz commented Jan 31, 2025

This is a less aggressive rework of #437.

hjmjohnson and others added 14 commits January 27, 2025 17:19
Made it clearer that `QuadEdgeMeshBoundaryEdgesMeshFunction` just use a _raw_
pointer (not a smart pointer) to the edge list.
For the sake of code readability, a new 'CoordinateType' alias is added for
each nested 'CoordRepType' alias. The old 'CoordRepType' aliases will still be
available with ITK 6.0, but it is recommended to use 'CoordinateType' instead.
The 'CoordRepType' aliases will be removed when 'ITK_FUTURE_LEGACY_REMOVE' is
enabled. Similarly, 'InputCoordinateType', 'OutputCoordinateType', and
'ImagePointCoordinateType' replace 'InputCoordRepType', 'OutputCoordRepType',
and 'ImagePointCoordRepType', respectively.
The warning message was:

CMake Warning (dev) at src/IO/ImageBase/WriteAnImage/CMakeLists.txt:16 (install):
  Policy CMP0177 is not set: install() DESTINATION paths are normalized.  Run
  "cmake --help-policy CMP0177" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.
@dzenanz
Copy link
Member Author

dzenanz commented Jan 31, 2025

Test failures from e.g. build-test-python-superbuild (macos-15):

The following tests FAILED:
	149 - DeformAVolumeWithAThinPlateSplineTestBaselineComparisonPython (Failed)
	229 - ComputeFFTInOneDimensionModulusBaselineComparisonPython (Failed)
	230 - ComputeFFTInOneDimensionPhaseBaselineComparisonPython (Failed)
	231 - ComputeInverseFFTOfImageTestBaselineComparisonPython (Failed)
	232 - ComputeFFTInOneDimensionTestPython (Failed)
	286 - ResampleAnImageTestBaselineComparisonPython (Failed)
	320 - ConvertRGBImageToGrayscaleImageTestBaselineComparisonPython (Failed)

and from CDash:

Test: ComputeFFTInOneDimensionModulusBaselineComparisonPython (Failed)
Build: InsightSoftwareConsortium/ITKSphinxExamples-macos-15--refs/pull/439/merge (GitHubActions) on 2025-01-31 19:26:54
Repository revision: bdd24a7cc1b7a1d841c5c3e435dcb5b0367e9875
Test Details: Completed (Failed)

Command line: /Users/runner/work/bld/ITKEx-build/bin/ImageCompareCommand "--test-image" "/Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputPython.mha.sha512" "--baseline-image" "/Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512"

Test output

Exception detected while reading /Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512 : 
itk::ImageFileReaderException (0x600003ca0800)
Location: "unknown" 
File: /Users/runner/work/bld/ITK/Modules/IO/ImageBase/include/itkImageFileReader.hxx
Line: 135
Description:  Could not create IO object for reading file /Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512
The file doesn't exist. 
Filename = /Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512


Exception detected while reading /Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512 : 
itk::ImageFileReaderException (0x600003ca0800)
Location: "unknown" 
File: /Users/runner/work/bld/ITK/Modules/IO/ImageBase/include/itkImageFileReader.hxx
Line: 135
Description:  Could not create IO object for reading file /Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512
The file doesn't exist. 
Filename = /Users/runner/work/bld/ITKEx-build/src/Filtering/FFT/ComputeFFTInOneDimension/MouseLiver1DFFTModulusOutputBaseline.mha.sha512


1000

@dzenanz dzenanz requested a review from hjmjohnson January 31, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants