-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use update_param! instead of set_param! #50
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
==========================================
+ Coverage 89.41% 90.00% +0.58%
==========================================
Files 12 12
Lines 189 200 +11
==========================================
+ Hits 169 180 +11
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@davidanthoff would you mind merging this and tagging a new breaking version? |
@davidanthoff can you merge this? |
This PR could break existing code that depends on all parameters being shared, as it does to the
MimiIWG
code, and I can't comprehensively test that so it may be wise to tag a new major version after this change. The other option would be to leave the behavior that all parameters are shared model parameters, but this is not consistent with the desired messaging around how to useupdate_param!
.