We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c52bf commit 4fc0e3dCopy full SHA for 4fc0e3d
test/test_data_conversion.py
@@ -19,7 +19,7 @@ def test_convert_lightsheet_to_bdv(self):
19
from flamingo_tools import convert_lightsheet_to_bdv
20
21
out_path = os.path.join(self.folder, "converted_data.n5")
22
- convert_lightsheet_to_bdv(self.folder, out_path=out_path)
+ convert_lightsheet_to_bdv(self.folder, out_path=out_path, metadata_file_name_pattern=None)
23
24
self.assertTrue(os.path.exists(out_path))
25
xml_path = out_path.replace(".n5", ".xml")
0 commit comments