Skip to content

Commit 70c4a9c

Browse files
committed
l4_sample fs
1 parent a2d6a1d commit 70c4a9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/scalableminds/zarrjava/ZarrTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ public void testStores() throws IOException, ZarrException {
7474

7575
@Test
7676
public void testV3ShardingReadCutout() throws IOException, ZarrException {
77-
Array array = Array.open(
78-
new HttpStore("https://static.webknossos.org/data/zarr_v3").resolve("l4_sample", "color", "1"));
77+
Array array = Array.open(new FilesystemStore(TESTDATA).resolve("l4_sample", "color", "1"));
7978

8079
ucar.ma2.Array outArray = array.read(new long[]{0, 3073, 3073, 513}, new int[]{1, 64, 64, 64});
8180
assertEquals(outArray.getSize(), 64 * 64 * 64);

0 commit comments

Comments
 (0)