openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

Add reading and tests for status #56

Closed jacobbieker closed 2 years ago

jacobbieker commented 2 years ago

Pull Request

Description

Adds step 2 of the https://github.com/openclimatefix/nowcasting_api/issues/106

Fixes #

How Has This Been Tested?

Unit test

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 #56 (ddb248f) into jacob/status (1e025d2) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@               Coverage Diff                @@
##           jacob/status      #56      +/-   ##
================================================
+ Coverage         98.48%   98.50%   +0.01%     
================================================
  Files                16       16              
  Lines               662      668       +6     
================================================
+ Hits                652      658       +6     
  Misses               10       10              
Impacted Files Coverage Δ
nowcasting_datamodel/read/read.py 99.31% <100.00%> (+0.02%) :arrow_up:

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