openclimatefix / uk-pv-forecast-blend

Service to blend forecast together
0 stars 0 forks source link

bug: null values in propertoes #18

Closed peterdudfield closed 3 months ago

peterdudfield commented 9 months ago

Detailed Description

Work out and try to fix why the properties blend ended up being Screenshot 2023-10-24 at 17 14 02 Screenshot 2023-10-24 at 17 13 48

Context

Possible Implementation

if Null, make properties an empty dict

aryanbhosale commented 3 months ago

Hi @peterdudfield , it seems that the issue is related to the properties column in the blended_df DataFrame being None. The properties column is expected to be a dictionary containing the 10 and 90 percentile values for the forecast, am i right?

aryanbhosale commented 3 months ago

Hi @peterdudfield ,can we close this?