wps
wps copied to clipboard
Pydantic model errors in percentile calculator
Actual Behaviour
Exception occurred POST /api/percentiles/ wps-prod-493-xjndj (34): 3 validation errors for StationSummary ffmc Input should be a valid number [type=float_type, input_value=None, input_type=NoneType] For further information visit https://errors.pydantic.dev/2.6/v/float_type isi Input should be a valid number [type=float_type, input_value=None, input_type=NoneType] For further information visit https://errors.pydantic.dev/2.6/v/float_type bui Input should be a valid number [type=float_type, input_value=None, input_type=NoneType] For further information visit https://errors.pydantic.dev/2.6/v/float_type
Steps To Reproduce
- Go to percentile calculator
- Request data for any station
- See error above
Screenshots
If applicable, add screenshots to help explain your problem.
Expected Behaviour
No error occurs