Closed dfulu closed 8 months ago
Attention: Patch coverage is 85.71429%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 59.53%. Comparing base (
714ff80
) to head (9eab67b
).
Files | Patch % | Lines |
---|---|---|
pvnet_summation/models/base_model.py | 85.71% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request
Description
Similar to openclimatefix/PVNet#149
I've been having trouble instantiating models with hydra because of these properties. It is simpler to remove them and replace them with attributes instead.
Also removing some requirements which aren't used by the summation model