Skip to content

Commit 3a03c68

Browse files
committed
update test
1 parent 1da60d3 commit 3a03c68

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/model/test_model.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ def test_multiposition_acquisition(model):
221221
"MultiPositions",
222222
[[10.0, 10.0, 10.0, 10.0, 10.0]],
223223
)
224+
model.configuration["experiment"]["MicroscopeState"]["image_mode"] = "z-stack"
225+
model.configuration["experiment"]["MicroscopeState"]["number_z_steps"] = 10
226+
227+
model.configuration["experiment"]["MicroscopeState"]["step_size"] = 5.0
228+
model.configuration["experiment"]["MicroscopeState"]["end_position"] = (
229+
model.configuration["experiment"]["MicroscopeState"]["start_position"] + 15.0
230+
)
224231
model.run_command("acquire")
225232

226233
# sleep(1)

0 commit comments

Comments
 (0)