DiamondLightSource/dodal

Check and fix device arguments

Open

#1.024 geöffnet am 27. Jan. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (12 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (4 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide