Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#224 from dzenanz/master
Browse files Browse the repository at this point in the history
COMP: Fix HyperSphereImageSource class name in type macro (was Image)
  • Loading branch information
jhlegarreta authored Jan 8, 2024
2 parents b91741f + 4c7e5cd commit 53f0970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@f2191a014a93c0d0e7b9e7ffb32d2e1118fb2876
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@246883ef3828fc00219145aeec9efa67b9889d0b
with:
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@f2191a014a93c0d0e7b9e7ffb32d2e1118fb2876
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@246883ef3828fc00219145aeec9efa67b9889d0b
with:
manylinux-platforms: '["_2_28-x64","2014-x64"]'
test-notebooks: true
Expand Down
2 changes: 1 addition & 1 deletion test/itkMontagePCMTestSynthetic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HyperSphereImageSource : public itk::Object
itkNewMacro(Self);

/** Run-time type information (and related methods). */
itkTypeMacro(Image, Object);
itkTypeMacro(HyperSphereImageSource, Object);

using ImageType = itk::Image<TPixel, VDimension>;

Expand Down

0 comments on commit 53f0970

Please sign in to comment.