openclimatefix / ocf_datapipes

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

Update WindNet to include Wind #262

Closed jacobbieker closed 6 months ago

jacobbieker commented 6 months ago

Pull Request

Description

Updates WindNet to actually use wind power as the target and as an input.

Fixes #

How Has This Been Tested?

Unit test

Checklist:

codecov[bot] commented 6 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (242064b) 77.84% compared to head (9a4313e) 78.26%. Report is 13 commits behind head on main.

Files Patch % Lines
ocf_datapipes/training/common.py 96.77% 1 Missing :warning:
ocf_datapipes/training/windnet.py 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #262 +/- ## ========================================== + Coverage 77.84% 78.26% +0.41% ========================================== Files 120 121 +1 Lines 5465 5529 +64 ========================================== + Hits 4254 4327 +73 + Misses 1211 1202 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.