When writing a multi-scale image with a name using ome_zarr.writer.write_multiscale, I'd expect to be get that name when reading the layer back in with the reader plugin in this repo.
However, instead the name is truncated to the first character.
Here's a test that I'd expect to pass, but fails because assert "k" == "kermit" fails.
When writing a multi-scale image with a
name
usingome_zarr.writer.write_multiscale
, I'd expect to be get that name when reading the layer back in with the reader plugin in this repo.However, instead the name is truncated to the first character.
Here's a test that I'd expect to pass, but fails because
assert "k" == "kermit"
fails.