DiamondLightSource/dodal

Check and fix device arguments

Open

#1,024 建立於 2025年1月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (12 fork)auto 404
good first issue

倉庫指標

Star
 (4 star)
PR 合併指標
 (PR 指標待抓取)

描述

From #1021

the default behaviour of @device_factory is that the name of the device is the name of the factory

Turns out that eg the zebra device has name as a required argument, coming before prefix. We should go through all devices and check that prefix is always before name, and that name is optional.

Acceptance Criteria

  • Specific criteria that will be used to judge if the issue is fixed

貢獻者指南