Closed victorventuri closed 5 months ago
Totals | |
---|---|
Change from base Build 9099801032: | 0.0% |
Covered Lines: | 774 |
Relevant Lines: | 927 |
Nicely done, @victorventuri ! You did do the optional fields correctly. Check out this for reference: https://docs.pydantic.dev/latest/migration/#required-optional-and-nullable-fields
Changed 'manufacturer' and 'design' to be optional, so that loading experimental lab data without these fields is possible. Fixes #70
@WardLT I am not familiar with
pydantic
, can you double check for me?