-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove properties #16
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…/PVNet_summation into remove_properties
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
==========================================
+ Coverage 59.36% 59.53% +0.17%
==========================================
Files 6 6
Lines 470 472 +2
==========================================
+ Hits 279 281 +2
Misses 191 191 ☔ View full report in Codecov by Sentry. |
else: | ||
self.num_output_features = self.forecast_len_30 | ||
|
||
if self.pvnet_model.use_quantile_regression: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats the difference between these two, could you add a comment
@@ -1,6 +1,5 @@ | |||
ocf_datapipes==3.2.* | |||
pvnet==2.6.* | |||
ocf_ml_metrics==0.0.* | |||
pvnet==3.0.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worth pinning a bit more? or maybe not. Perhaps fine like this, but in pvnet_app could be fully pinned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeh I'd prefer to pin in pvnet_app. I think thats better?
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