openclimatefix / PVNet-summation

This project is used for training a model to sum the GSP predictions of PVNet into a national estimate
MIT License
0 stars 0 forks source link

Remove torchdata #11

Closed dfulu closed 11 months ago

dfulu commented 11 months ago

Pull Request

Description

Use datapipes from torch rather than torchdata. Similar to openclimatefix/PVNet#95

Also updated due to falling behind changes in pvnet

Checklist:

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (147f513) 68.28% compared to head (a6f2048) 59.53%. Report is 25 commits behind head on main.

Files Patch % Lines
pvnet_summation/callbacks.py 0.00% 61 Missing :warning:
pvnet_summation/data/datamodule.py 66.66% 3 Missing :warning:
pvnet_summation/training.py 0.00% 2 Missing :warning:
pvnet_summation/models/model.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================== - Coverage 68.28% 59.53% -8.75% ========================================== Files 5 6 +1 Lines 413 472 +59 ========================================== - Hits 282 281 -1 - Misses 131 191 +60 ```

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