spc-group / haven

Bluesky tools for beamlines managed by the spectroscopy group
https://haven-spc.readthedocs.io/en/latest/
Other
4 stars 6 forks source link

Fix event loop bug in load_ion_chambers() #168

Closed canismarko closed 9 months ago

canismarko commented 9 months ago

load_ion_chambers() now uses asyncio.run() instead of accessing the event loop directly.