File tree 4 files changed +1421
-1363
lines changed
4 files changed +1421
-1363
lines changed Original file line number Diff line number Diff line change 32
32
python -m pip install --upgrade pip
33
33
python -m pip install -e ".[tensorstore]"
34
34
35
- - name : Install Zarr Python 3 for OME-Zarr 0.5
36
- if :
37
- ${{ matrix.python-version != '3.9' && matrix.python-version != '3.10'
38
- }}
39
- run : |
40
- python -m pip install --upgrade --pre "zarr==3.0.0b2"
41
-
42
35
- name : Test with pytest
43
36
run : |
44
37
pytest --junitxml=junit/test-results.xml
Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ def to_ngff_zarr(
287
287
mode = "a" ,
288
288
** zarr_kwargs ,
289
289
** dimension_names_kwargs ,
290
+ ** format_kwargs ,
290
291
)
291
292
292
293
shape = image .data .shape
@@ -433,6 +434,7 @@ def to_ngff_zarr(
433
434
compute = True ,
434
435
return_stored = False ,
435
436
** zarr_kwargs ,
437
+ ** format_kwargs ,
436
438
** dimension_names_kwargs ,
437
439
** kwargs ,
438
440
)
@@ -463,6 +465,7 @@ def to_ngff_zarr(
463
465
compute = True ,
464
466
return_stored = False ,
465
467
** zarr_kwargs ,
468
+ ** format_kwargs ,
466
469
** dimension_names_kwargs ,
467
470
** kwargs ,
468
471
)
You can’t perform that action at this time.
0 commit comments