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

Outage Tweaks #758

Closed lboeman closed 2 years ago

lboeman commented 2 years ago

…ed before last computation

Fixes an issue where newly added outages show up in the table of outage data before they are actually used in the computed report. Limits outages shown on in the table to those created before the raw report was generated. I've done this by adding the optional created_at and modified_at properties to the TimePeriod field. But perhaps it's better to add outages to the raw report?