openclimatefix / ocf_datapipes

OCF's DataPipe based dataloader for training and inference
MIT License
13 stars 11 forks source link

Fix test #204

Closed peterdudfield closed 1 year ago

peterdudfield commented 1 year ago

Pull Request

Description

How Has This Been Tested?

CI tests

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (ca78491) into main (6edcfce) will increase coverage by 0.09%. The diff coverage is 97.91%.

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
+ Coverage   81.12%   81.22%   +0.09%     
==========================================
  Files         128      128              
  Lines        5463     5508      +45     
==========================================
+ Hits         4432     4474      +42     
- Misses       1031     1034       +3     
Impacted Files Coverage Δ
ocf_datapipes/select/select_spatial_slice.py 86.66% <ø> (ø)
ocf_datapipes/select/select_time_slice.py 100.00% <ø> (ø)
...cf_datapipes/transform/numpy/batch/sun_position.py 84.00% <ø> (ø)
ocf_datapipes/load/nwp/nwp.py 97.72% <66.66%> (-2.28%) :arrow_down:
ocf_datapipes/training/pvnet.py 80.25% <100.00%> (+1.06%) :arrow_up:
ocf_datapipes/utils/consts.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more