openclimatefix / ocf_datapipes

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

Pvnet #197

Closed dfulu closed 1 year ago

dfulu commented 1 year ago

Pull Request

Description

This pull completes the pvnet pipeline. All pvnet pipeline components are in training/pvnet.py and tests have also been added.

Additional changes:

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #197 (3780405) into main (0a27777) will decrease coverage by 0.11%. The diff coverage is 78.94%.

@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
- Coverage   81.13%   81.03%   -0.11%     
==========================================
  Files         127      128       +1     
  Lines        5280     5436     +156     
==========================================
+ Hits         4284     4405     +121     
- Misses        996     1031      +35     
Impacted Files Coverage Δ
ocf_datapipes/load/satellite.py 86.95% <72.22%> (-4.28%) :arrow_down:
ocf_datapipes/training/pvnet.py 79.05% <79.05%> (ø)
ocf_datapipes/training/common.py 95.06% <80.00%> (-0.48%) :arrow_down:
...cf_datapipes/transform/numpy/batch/sun_position.py 84.00% <82.35%> (-1.08%) :arrow_down:
ocf_datapipes/config/model.py 86.32% <100.00%> (ø)

... and 19 files with indirect coverage changes

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