Skip to content
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

Merged
merged 11 commits into from
May 6, 2024

Conversation

shoubhikraj
Copy link
Collaborator

@shoubhikraj shoubhikraj commented May 1, 2024

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

  • The changes include an associated explanation of how/why
  • Test pass
  • Documentation has been updated
  • Changelog has been updated

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.39%. Comparing base (2b3e772) to head (a314726).

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     
Flag Coverage Δ
unittests 97.39% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shoubhikraj shoubhikraj changed the base branch from master to v1.4.3 May 1, 2024 15:26
@shoubhikraj
Copy link
Collaborator Author

@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

@t-young31
Copy link
Member

looks like conda-incubator/setup-miniconda#344

@shoubhikraj shoubhikraj requested a review from t-young31 May 2, 2024 15:23
Copy link
Member

@t-young31 t-young31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 🚀

@shoubhikraj
Copy link
Collaborator Author

@t-young31 I found a bug and included the fix in this PR, could you please have another look before merge?

@shoubhikraj shoubhikraj merged commit a0ff0e5 into duartegroup:v1.4.3 May 6, 2024
14 checks passed
@shoubhikraj shoubhikraj deleted the hessian-update-refactor branch May 7, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants