mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 23:29:21 +01:00
test: fixed tests for eigerl; closes #11
This commit is contained in:
@@ -15,9 +15,7 @@ def patch_dual_pvs(device):
|
|||||||
continue
|
continue
|
||||||
if not hasattr(walk.item, "_write_pv"):
|
if not hasattr(walk.item, "_write_pv"):
|
||||||
continue
|
continue
|
||||||
if walk.item._read_pv.pvname.endswith("_RBV") and isinstance(
|
if walk.item._read_pv.pvname.endswith("_RBV"):
|
||||||
walk.item, ophyd.areadetector.base.EpicsSignalWithRBV
|
|
||||||
):
|
|
||||||
walk.item._read_pv = walk.item._write_pv
|
walk.item._read_pv = walk.item._write_pv
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user