Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Improve PSIDeviceBase

appel_c requested to merge refactor/improve_psi_device_base into main

Description

Small improvements/bugfixes to PSIDeviceBase

Type of Change

  • remove 'device_manager' from kwargs if passed to avoid raise condition in ophyd.OphydObject. This may happen if deviceAccess is set True by accident within the device_config
  • accept StatusBase and DeviceStatus as return from on_stage/on_unstage
  • add extra tests for PSIDeviceBase

Definition of Done

  • Documentation is up-to-date.
Edited by appel_c

Merge request reports

Loading