openclimatefix / pv-site-production

Production service for PV site level forecasts
MIT License
1 stars 2 forks source link

Skip PV Site if model.predict raises an exception #44

Closed simlmx closed 1 year ago

simlmx commented 1 year ago

This way we'll be able to fix the broken PVs while the rest still works.

The error case I have seen is no data for a given PV (the model crashes in that case, which perhaps we should fix, but right now it's good to have it fail because clearly something is wrong).