Skip to content

Commit 9018fff

Browse files
authored
Merge pull request #536 from thewtex/test-dask-array
Test dask array
2 parents 8f5b5a7 + d030a85 commit 9018fff

File tree

2 files changed

+35
-63
lines changed

2 files changed

+35
-63
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
2525
- name: Test notebooks
2626
run: |
27-
pytest --nbmake --nbmake-timeout=3000 examples/*ipynb
27+
pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb

examples/integrations/dask/DaskArray.ipynb

Lines changed: 34 additions & 62 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)