Skip to content

Commit 20da12f

Browse files
committed
test relative stage movement
1 parent a25f744 commit 20da12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_microscope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_stage(microscope: Microscope) -> None:
217217

218218
print("Testing stage movement...")
219219
print("\tGoto(x=1, y=-1)")
220-
stage.go_to(x=1, y=-1)
220+
stage.go_to(x=+1, y=-1, relative=True)
221221
sleep(1)
222222
print("\tPosition:", stage.position)
223223
print("\tGoto(x=-1, speed=0.25)")

0 commit comments

Comments
 (0)