You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did some brief testing of #685 on the beamline. Found some minor issues:
Error of:
ERROR:root:device `array_data` raised unexpected exception TypeError
Traceback (most recent call last):
File "/dls_sw/i03/software/bluesky/mx-bluesky_v1.4.1a/mx-bluesky/.venv/lib/python3.11/site-packages/ophyd_async/core/_device.py", line 172, in connect
await self._connect_task
File "/dls_sw/i03/software/bluesky/mx-bluesky_v1.4.1a/mx-bluesky/.venv/lib/python3.11/site-packages/ophyd_async/core/_signal.py", line 67, in connect_real
await self.backend.connect(timeout)
File "/dls_sw/i03/software/bluesky/mx-bluesky_v1.4.1a/mx-bluesky/.venv/lib/python3.11/site-packages/ophyd_async/epics/core/_p4p.py", line 324, in connect
self.converter = make_converter(self.datatype, self.initial_values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/dls_sw/i03/software/bluesky/mx-bluesky_v1.4.1a/mx-bluesky/.venv/lib/python3.11/site-packages/ophyd_async/epics/core/_p4p.py", line 255, in make_converter
raise TypeError(
TypeError: BL03I-DI-OAV-01:PVA:ARRAY with inferred datatype ndarray from typeid='epics:nt/NTNDArray:1.0' specifier='U' cannot be coerced to Array1D[np.uint8]
Did some brief testing of #685 on the beamline. Found some minor issues:
Error of:
Fixed by changing the type to
np.ndarray
.The docs at https://diamondlightsource.github.io/mx-bluesky/main/developer/general/how-to/deploy-a-release.html say to
pip install dodal
aftermx_bluesky
this ends up with thedodal
frompypi
, not the local one as:The text was updated successfully, but these errors were encountered: