Skip to content

Commit 4fc0e3d

Browse files
Fix tests
1 parent f6c52bf commit 4fc0e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_data_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_convert_lightsheet_to_bdv(self):
1919
from flamingo_tools import convert_lightsheet_to_bdv
2020

2121
out_path = os.path.join(self.folder, "converted_data.n5")
22-
convert_lightsheet_to_bdv(self.folder, out_path=out_path)
22+
convert_lightsheet_to_bdv(self.folder, out_path=out_path, metadata_file_name_pattern=None)
2323

2424
self.assertTrue(os.path.exists(out_path))
2525
xml_path = out_path.replace(".n5", ".xml")

0 commit comments

Comments
 (0)