-
Notifications
You must be signed in to change notification settings - Fork 79
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 provided value of trigger_value #1219
Conversation
How hard would it be to add a test for this? |
How easy is it to create triggerable Signal that requires a testable value? test matrix should include |
Probably want it to appear in the documentation, too. This is a great feature and it required some investigation to uncover this capability. |
Document a Device's |
CI failure (in one Py3.11 configuration) does not look related to this work: /home/runner/work/_temp/351d6ed9-ee3e-433a-adbc-efc7e5388f9b.sh: line 1: 3115 Segmentation fault (core dumped) pytest -k "${TEST_CL}"
ophyd/tests/test_areadetector.py |
Kept re-running that test configuration until it passed. |
Tested identical change locally at APS as part of aps-8id-dys/bluesky#95 and aps-8id-dys/bluesky#99.