DiamondLightSource/dodal

Remove conversion from string to DetectorSizeConstants in DetectorParams

Open

#717 geöffnet am 29. Juli 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (12 Forks)auto 404
buggood first issuelow priority

Repository-Metriken

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

Beschreibung

We used to need to be able to accept a string as DetectorSizeConstants as it was a parameter from GDA but this is now used as a constant in Hyperion so we can remove the need to derive it from a string.

Acceptance Criteria

  • Remove ability to specify DetectorSizeConstants as a string
  • DetectorParams still converts to json and back ok

Contributor Guide