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 5cc36d3 commit 678596eCopy full SHA for 678596e
1 file changed
tests/bdv/test_define_dataset_auto.py
@@ -32,7 +32,9 @@ def set_default_values(project_filename, file_path, series_type = "Tiles"):
32
+ file_info["path"]
33
+ "] "
34
+ "exclude=10 "
35
- + "bioformats_series_are?=[" + series_type + "] "
+ + "bioformats_series_are?="
36
+ + series_type
37
+ + " "
38
+ "move_tiles_to_grid_(per_angle)?=[Do not move Tiles to Grid (use Metadata if available)] "
39
)
40
0 commit comments