openclimatefix / india-forecast-app

Runs wind and PV forecasts for India and saves to database
MIT License
2 stars 4 forks source link

Issue/solar night time #130

Closed peterdudfield closed 6 days ago

peterdudfield commented 6 days ago

Pull Request

Description

fix for making sure soalr forcast are zero at night time There was a bug, Need to change self.asset_type == SiteAssetType.pv: to self.asset_type == SiteAssetType.pv.name:

129

How Has This Been Tested?

CI tests

Checklist: