-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ophyd device for pmac in moveonclick #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine, other than the comment in code. Obviously just a stepping stone to actually using the motor record
# assert fake_caput.call_count == 2 | ||
# fake_caput.assert_has_calls( | ||
# [ | ||
# call(ANY, expected_1J), | ||
# call(ANY, expected_2J), | ||
# ] | ||
# ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should: Remove commented out code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine I guess...
Set the pmac_string using an ophyd device in moveonclick.
Part of #54
Needs Dodal #254