DiamondLightSource/dodal

Remove conversion from string to DetectorSizeConstants in DetectorParams

Open

#717 aberto em 29 de jul. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (12 forks)auto 404
buggood first issuelow priority

Métricas do repositório

Stars
 (4 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador