Skip to content

Commit 84364b1

Browse files
authored
Merge pull request #85 from thewtex/itk-5.4.2
COMP: Bump CI for ITK 5.4.2
2 parents 3b35bb2 + f8f909f commit 84364b1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212

1313
jobs:
1414
cxx-build-workflow:
15-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
15+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
1616

1717
python-build-workflow:
18-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
18+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
1919
secrets:
2020
pypi_password: ${{ secrets.pypi_password }}

include/itkCuberilleImageToMeshFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class CuberilleImageToMeshFilter : public ImageToMeshFilter<TInputImage, TOutput
257257
void
258258
GenerateData() override;
259259
void
260-
GenerateOutputInformation() override{}; // do nothing
260+
GenerateOutputInformation() override {}; // do nothing
261261

262262
private:
263263
/** \class VertexLookupNode A private class containing lookup details for vertices.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3434
"Topic :: Software Development :: Libraries",
3535
]
36-
requires-python = ">=3.8"
36+
requires-python = ">=3.9"
3737
dependencies = [
3838
"itk-io == 5.4.*",
3939
"numpy",

test/CuberilleTest01.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CuberilleTest01Helper(int argc, char * argv[])
160160
cuberille->SetIsoSurfaceValue(isoSurfaceValue);
161161
ITK_TEST_SET_GET_VALUE(isoSurfaceValue, cuberille->GetIsoSurfaceValue());
162162

163-
const auto interpolator = InterpolatorType::New();
163+
const auto interpolator = InterpolatorType::New();
164164
# if USE_BSPLINE_INTERPOLATOR
165165
unsigned int splineOrder = 3;
166166
interpolator->SetSplineOrder(splineOrder);

0 commit comments

Comments
 (0)