Skip to content

Commit 0dbd917

Browse files
committed
BUG: Fix ImageWithAnisotropicPixelSpacing notebook
ROI issues were resulting in negative Size members. A work around until we upgrade to the newest JS viewer.
1 parent 9c3e330 commit 0dbd917

File tree

3 files changed

+375
-17
lines changed

3 files changed

+375
-17
lines changed

.github/workflows/notebook-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
- uses: treebeardtech/[email protected]
1313
with:
14-
docker-username: thewtex
14+
docker-username: "${{ secrets.DOCKER_USERNAME }}"
1515
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
1616
docker-image-name: insighttoolkit/itkwidgets
17+
notebooks: examples/*.ipynb

0 commit comments

Comments
 (0)