Skip to content

Commit

Permalink
TST #810 not failing now
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 9, 2024
1 parent 570e411 commit 9e8a793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/devices/tests/test_positioner_soft_done.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def motion(rb_initial, target, rb_mid=None):
# force a stop now
pos.stop()
pos.cb_readback()
assert pos.setpoint.get(use_monitor=False) == rb_mid # FIXME: fails sometimes 1.0 == 0.5
assert pos.setpoint.get(use_monitor=False) == rb_mid
assert pos.readback.get(use_monitor=False) == rb_mid
assert pos.position == rb_mid
else: # interrupted move
Expand Down

0 comments on commit 9e8a793

Please sign in to comment.