Skip to content

Commit

Permalink
Merge pull request #243 from tbirdso/itk-composite-transform
Browse files Browse the repository at this point in the history
ENH: Add `ConvertToITKTransform` example
  • Loading branch information
tbirdso authored Aug 29, 2023
2 parents 1839882 + cca4489 commit 26cf3a1
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
615 changes: 615 additions & 0 deletions examples/ITK_Example22_ConvertToITKTransform.ipynb

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 26cf3a1

Please sign in to comment.