Closed John-P closed 1 year ago
Merging #117 (a88616c) into dev (d7095d6) will decrease coverage by
0.69%
. The diff coverage is56.09%
.
@@ Coverage Diff @@
## dev #117 +/- ##
==========================================
- Coverage 88.11% 87.43% -0.69%
==========================================
Files 15 15
Lines 2036 2069 +33
==========================================
+ Hits 1794 1809 +15
- Misses 242 260 +18
Impacted Files | Coverage Δ | |
---|---|---|
wsic/cli.py | 80.80% <36.00%> (-11.28%) |
:arrow_down: |
wsic/writers.py | 86.42% <83.33%> (-0.18%) |
:arrow_down: |
wsic/magic.py | 94.02% <100.00%> (ø) |
|
wsic/readers.py | 83.15% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Adds support for using other zarr stores when reading and writing. A
zarr.StoreLike
object (e.g. aMutableMapping
) may be passed e.g:For the CLI, this can be specified with
--store=
e.g.: