You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving the metadata dictionary from the detector API the code currently manually checks for the existence of keys. It should use a pydantic model instead, so that later code can safely assume what fields are available from the type.
Acceptance Criteria
EigerParameter should have fields for all metadata items that are validated on creation
The text was updated successfully, but these errors were encountered:
When receiving the metadata dictionary from the detector API the code currently manually checks for the existence of keys. It should use a pydantic model instead, so that later code can safely assume what fields are available from the type.
Acceptance Criteria
EigerParameter
should have fields for all metadata items that are validated on creationThe text was updated successfully, but these errors were encountered: