Closed peterdudfield closed 8 months ago
Attention: Patch coverage is 66.66667%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 94.75%. Comparing base (
fc3d90c
) to head (53ec51d
). Report is 2 commits behind head on main.:exclamation: Current head 53ec51d differs from pull request most recent head 2111cce. Consider uploading reports for the commit 2111cce to get more accurate results
Files | Patch % | Lines |
---|---|---|
nowcasting_datamodel/read/read.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request
Description
We get a bug in the read function if both
start_datetime
andcreated_utc_limit
are setBefore we had
This was a problem if the
created_utc_limit
was more than a day before thestart_datetime
we now have
Helps with https://github.com/openclimatefix/uk-pv-national-gsp-api/issues/327
How Has This Been Tested?
CI tests
added a test, that fails without the change
[x] Yes
Checklist: