openclimatefix / uk-pv-forecast-blend

Service to blend forecast together
0 stars 0 forks source link

if Null, make properties an empty dict #26

Closed aryanbhosale closed 3 months ago

aryanbhosale commented 3 months ago

Pull Request

Description

Made the properties an empty dictionary if found to be null

Fixes #

18

Checklist:

aryanbhosale commented 3 months ago

Hi @peterdudfield , ive tried to fix #18 , could you please review it

peterdudfield commented 3 months ago

Could you add a test to cover this?

aryanbhosale commented 3 months ago

Could you add a test to cover this?

Hi @peterdudfield , ive updated the tests to include null values, could you please review it?

aryanbhosale commented 3 months ago

Could you add a test to cover this?

Hi @peterdudfield , ive updated the tests to include null values, could you please review it?

Are there any more changes/additions required in this @peterdudfield ?

peterdudfield commented 3 months ago

It looks like the tests failed for this, do you mind checking?

I will reverse the changes for main

aryanbhosale commented 3 months ago

hi @peterdudfield , ive made the changes in #28 , could you please review it?