SolarArbiter / solarforecastarbiter-api

HTTP API and database schema for the Solar Forecast Arbiter
https://api.solarforecastarbiter.org
MIT License
10 stars 6 forks source link

Fix forecast upload restriction test #264

Closed alorenzo175 closed 4 years ago

alorenzo175 commented 4 years ago

The test was actually testing a bug in pre-rc1 core code for get_issue_times. For a given day (11/1) it would include 11/2 00:00 as an issue time, but not 11/1 00:00. Whether or not 00:00 should be included for a forecast with issue time of day of 12:00 is debateable.