-
Notifications
You must be signed in to change notification settings - Fork 35
Add update_param! for a model instance #759
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #759 +/- ##
==========================================
+ Coverage 77.82% 77.84% +0.01%
==========================================
Files 36 36
Lines 2994 3001 +7
==========================================
+ Hits 2330 2336 +6
- Misses 664 665 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
sorry It think I'm a tad behind, but what is the main change we have here then? |
OH wait sorry ok so we have a new method for |
@davidanthoff I added a unit test, let me know if this looks right for testing? |
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.
approved! Are we still waiting on @davidanthoff to confirm it works in his case though before merging?
I’m just going to update these tests to reflect the desired use case and then we can merge |
@davidanthoff can we merge this in or would you like to try it out on a model first? |
Thanks for the tests! |
Fixes #753.
Before we merge this I'm going to test this with one of our paper replication codes. Also needs a test.