spc-group / haven

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

Fix event loop bug in load_ion_chambers() #168

Closed canismarko closed 5 months ago

canismarko commented 5 months ago

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