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

Propagate stats from MINPACK #327

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Propagate stats from MINPACK #327

merged 1 commit into from
Dec 17, 2023

Conversation

avik-pal
Copy link
Member

No description provided.

@@ -1,13 +1,14 @@
module NonlinearSolveMINPACKExt

using NonlinearSolve, SciMLBase
using NonlinearSolve, DiffEqBase, SciMLBase
Copy link
Member

Choose a reason for hiding this comment

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

what's this needed for?

Copy link
Member Author

Choose a reason for hiding this comment

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

AbsNormTerminationMode

Copy link
Member Author

Choose a reason for hiding this comment

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

the check in MINPACK is same as AbsNorm... so I am preventing a assertion fail there

Copy link

codecov bot commented Dec 17, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4602f34) 89.16% compared to head (1530326) 89.17%.

Files Patch % Lines
ext/NonlinearSolveNLsolveExt.jl 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   89.16%   89.17%           
=======================================
  Files          24       24           
  Lines        1957     1958    +1     
=======================================
+ Hits         1745     1746    +1     
  Misses        212      212           

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

@avik-pal avik-pal merged commit 665758d into SciML:master Dec 17, 2023
19 of 21 checks passed
@avik-pal avik-pal deleted the ap/patch branch December 17, 2023 19:47
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