openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

add forecast creation time to update, and to test #61

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

Update forecast creation time when updating

Fixes #60

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #61 (24531a4) into main (6299156) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   98.51%   98.51%           
=======================================
  Files          17       17           
  Lines         741      743    +2     
=======================================
+ Hits          730      732    +2     
  Misses         11       11           
Impacted Files Coverage Δ
nowcasting_datamodel/update.py 97.61% <100.00%> (+0.11%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more