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

Assert that there must be at least one detector passed to the fly plan #332

Closed abbiemery closed 1 month ago

abbiemery commented 1 month ago

You can currently pass an empty list into the fly-plan which shouldn't be allowed. We should raise an exception in this case.