You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: