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
assertNotSame("returned zarr2 reader should be a new one, since the cache was updated by the previous explicit zarr3 open reader", cachedZarr2Reader, newZarr2Reader);
101
+
assertSame("returned zarr2 reader should NOW be the same", newZarr2Reader, factory.openReader(StorageFormat.ZARR2, bothZarrs));
0 commit comments