-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for ophyd async types mega merge (#858)
* Remove get_processing_result() * Remove composite results signal * Changes to support extracting the results from the event * Fix InvocationError due to usage of missing attribute centres_of_mass * Misc enum fixes, remove timeout from expected call args * Re-enable disabled test now that naming is fixed * Fix panda instantiations * Make private signals public * Change PMAC string signals to Movable devices * Fix enum type for fluorescence detector * Fix AperturePositions enum * Fix more panda uri/prefix changes, beamstop enum * Fix PMAC to use new Reference wrapper * Fix Thawer to use new Reference wrapper * Fix OAV to redis forwarder signal types * Allow I10 devices to accept float64 from bluesky scan() plan * Revert panda uri changes back to prefix * Misc I10 fixes for ophyd-async type changes * Revert uri/prefix mangling in device_instantiation() * Fix I10 unit tests by flattening devices * Remove nonsensical fgs counter mock set * Fix connection issue due to typing on xspress3 * Document the aperturescatterguard radius. Make the attenuator fields private again. * Make mirror voltage attribs private again * Remove unneeded lint ignore * Make zebra shutter manual_position_setpoint private again * Update comment with reference to the correct ophyd-async issue * Remove superfluous calls to add_children_as_readables() in i10 devices where the children were all instances of Reference * Fix typo in zebra_controlled_shutter pydoc. Pin ophyd-async to v0.8.0a2 * Fixes for OAV changes * Fix OAV changes to work with ophyd-async typing changes
- Loading branch information
Showing
62 changed files
with
437 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.