bluesky / ophyd-async

Hardware abstraction for bluesky written using asyncio
https://blueskyproject.io/ophyd-async
BSD 3-Clause "New" or "Revised" License
7 stars 21 forks source link

Remove type conversion in `device_save_loader.py` #361

Closed DominicOram closed 2 weeks ago

DominicOram commented 1 month ago

Following https://github.com/bluesky/ophyd-async/issues/360 the types coming out of the signals should be pure python types. Therefore, we do not need to do the conversion in device_save_loader.py

coretl commented 2 weeks ago

Is this fixed?

DominicOram commented 2 weeks ago

Yes