SolarArbiter / solarforecastarbiter-core

Core data gathering, validation, processing, and reporting package for the Solar Forecast Arbiter
https://solarforecastarbiter-core.readthedocs.io
MIT License
33 stars 21 forks source link

Support probabilistic forecasts in datamodel.__check_metrics__() #302

Closed dplarson closed 4 years ago

dplarson commented 4 years ago

Related to #267: support checking probabilistic forecasts in datamodel.__check_metrics__(). With PR #301, the function checks the selected metrics for deterministic forecasts, but not probabilistic or event forecasts. So we need to extend the function to probabilistic forecasts next.

dplarson commented 4 years ago

Closing this issue now that #306 has been merged.