openclimatefix / Open-Source-Quartz-Solar-Forecast

Open Source Solar Site Level Forecast
MIT License
43 stars 40 forks source link

Hotfix: Update test_forecast.py #105

Closed Hapyr closed 2 months ago

Hapyr commented 2 months ago

hotfix: change hardcoded test date since for icon there are no data and this results in a mix of None type and floats, since gfs still give data for vis and the tests fail.

I was not able to trigger the github actions but the tests failed on my local machine.

Hapyr commented 2 months ago

Updated to relative datetime.

peterdudfield commented 2 months ago

odd the tests seem to still fail, maybe this is a CI error. Do you tests pass locally?

Hapyr commented 2 months ago

yes locally it no problem.