-
Notifications
You must be signed in to change notification settings - Fork 56
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
Refactor Hessian update #337
Refactor Hessian update #337
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v1.4.3 #337 +/- ##
==========================================
+ Coverage 97.38% 97.39% +0.01%
==========================================
Files 200 200
Lines 23064 23062 -2
==========================================
+ Hits 22461 22462 +1
+ Misses 603 600 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@t-young31 Hi, do you know why the macOS jobs are failing even without starting tests? I did not change anything in the github builds directory |
looks like conda-incubator/setup-miniconda#344 |
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.
nice 🚀
@t-young31 I found a bug and included the fix in this PR, could you please have another look before merge? |
Puts the hessian update into the coordinate object. This is for consistency with the
update_h_from_cart_h
method and for future modification of the optimiser loop.Checklist