Skip to content

Commit a41ff42

Browse files
Fix path to test data
1 parent af3de72 commit a41ff42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/interactive-imagej/bioformats/metadata/test_metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ from ij import IJ
1616
1717
# Add directory path here that contains the files you wish to test for
1818
19-
file_path_1 = join2(IMCF_TESTDATA, "bioformats/DON_25922_20250201_25922_2_01.vsi")
20-
file_path_2 = join2(IMCF_TESTDATA, "bioformats/DON_25922_20250201_25922_2_02.vsi")
21-
file_path_3 = join2(IMCF_TESTDATA, "bioformats/DON_25922_20250201_25922_2_03.vsi")
19+
file_path_1 = join2(IMCF_TESTDATA, "bioformats-multiposition/DON_25922_20250201_25922_2_01.vsi")
20+
file_path_2 = join2(IMCF_TESTDATA, "bioformats-multiposition/DON_25922_20250201_25922_2_02.vsi")
21+
file_path_3 = join2(IMCF_TESTDATA, "bioformats-multiposition/DON_25922_20250201_25922_2_03.vsi")
2222
2323
metadata = bioformats.get_metadata_from_file(file_path_1)
2424
print(metadata.unit_width)

0 commit comments

Comments
 (0)