saalfeldlab/n5-universe@95b3909 from saalfeldlab/n5-universe#41 made the default StorageFormat.ZARR to now mean Zarr v3.
OME NGFF v0.4 is only defined on Zarr v3. The following line no longer is correct.
|
final N5Writer zarr = new N5Factory().openWriter(StorageFormat.ZARR, containerUri.toString()); |
saalfeldlab/n5-universe@95b3909 from saalfeldlab/n5-universe#41 made the default
StorageFormat.ZARRto now mean Zarr v3.OME NGFF v0.4 is only defined on Zarr v3. The following line no longer is correct.
n5-ij/src/test/java/org/janelia/saalfeldlab/n5/metadata/ome/ngff/v04/AxisPermutationTest.java
Line 136 in df813bd