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 904a495 commit c84a735Copy full SHA for c84a735
test/model/metadata_sources/test_metadata.py
@@ -63,7 +63,7 @@ def test_metadata_shape(dummy_model):
63
"image_mode",
64
[
65
"single",
66
- "live",
+ "Confocal Projection",
67
"z-stack",
68
],
69
)
@@ -90,5 +90,7 @@ def test_metadata_set_stack_order_from_configuration_experiment(
90
91
if image_mode == "z-stack" and stack_cycling_mode == "per_stack":
92
assert md._per_stack is True
93
+ elif image_mode == "Confocal Projection" and stack_cycling_mode == "per_stack":
94
+ assert md._per_stack is True
95
else:
96
assert md._per_stack is False
0 commit comments