Skip to content

Commit 4f9dc72

Browse files
committed
code cleanup
1 parent 67f5cd9 commit 4f9dc72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/dev/zarr/zarrjava/ZarrTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import dev.zarr.zarrjava.v3.codec.core.TransposeCodec;
1414
import org.junit.jupiter.api.Assertions;
1515
import org.junit.jupiter.api.BeforeAll;
16-
import org.junit.jupiter.api.Disabled;
1716
import org.junit.jupiter.api.Test;
1817
import org.junit.jupiter.params.ParameterizedTest;
1918
import org.junit.jupiter.params.provider.ValueSource;
@@ -36,10 +35,8 @@ public class ZarrTest {
3635

3736
final static Path TESTDATA = Paths.get("testdata");
3837
final static Path TESTOUTPUT = Paths.get("testoutput");
39-
//TODO: is the Path with / instead of \ readable in Windows?
4038
final static Path ZARRITA_WRITE_PATH = Paths.get("src/test/java/dev/zarr/zarrjava/zarrita_write.py");
4139
final static Path ZARRITA_READ_PATH = Paths.get("src/test/java/dev/zarr/zarrjava/zarrita_read.py");
42-
final static String CONDA_ENVIRONMENT = "zarrita_env";
4340

4441
public static String pythonPath() {
4542
if (System.getProperty("os.name").startsWith("Windows")) {
@@ -159,7 +156,6 @@ public void testWriteToZarrita(String codec) throws IOException, ZarrException,
159156

160157
int exitCode = process.waitFor();
161158
assert exitCode == 0;
162-
//TODO return metadata from zarrita_read.py and do assertions here
163159
}
164160

165161

0 commit comments

Comments
 (0)