Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Standardize the Extension Algorithms #341
Standardize the Extension Algorithms #341
Changes from 2 commits
73005ca
f2edda0
2d19f54
1e27dd6
6084a88
0c9d358
bfaf014
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 8 in ext/NonlinearSolveFastLevenbergMarquardtExt.jl
Codecov / codecov/patch
ext/NonlinearSolveFastLevenbergMarquardtExt.jl#L8
Check warning on line 45 in ext/NonlinearSolveFastLevenbergMarquardtExt.jl
Codecov / codecov/patch
ext/NonlinearSolveFastLevenbergMarquardtExt.jl#L44-L45
Check warning on line 33 in ext/NonlinearSolveFixedPointAccelerationExt.jl
Codecov / codecov/patch
ext/NonlinearSolveFixedPointAccelerationExt.jl#L33
Check warning on line 7 in ext/NonlinearSolveLeastSquaresOptimExt.jl
Codecov / codecov/patch
ext/NonlinearSolveLeastSquaresOptimExt.jl#L7
Check warning on line 40 in ext/NonlinearSolveLeastSquaresOptimExt.jl
Codecov / codecov/patch
ext/NonlinearSolveLeastSquaresOptimExt.jl#L40
Check warning on line 43 in ext/NonlinearSolveLeastSquaresOptimExt.jl
Codecov / codecov/patch
ext/NonlinearSolveLeastSquaresOptimExt.jl#L42-L43
Check warning on line 25 in ext/NonlinearSolveMINPACKExt.jl
Codecov / codecov/patch
ext/NonlinearSolveMINPACKExt.jl#L24-L25
Check warning on line 47 in ext/NonlinearSolveMINPACKExt.jl
Codecov / codecov/patch
ext/NonlinearSolveMINPACKExt.jl#L47
Check warning on line 71 in ext/NonlinearSolveNLsolveExt.jl
Codecov / codecov/patch
ext/NonlinearSolveNLsolveExt.jl#L71
Check warning on line 15 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L7-L15
Check warning on line 23 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L21-L23
Check warning on line 27 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L27
Check warning on line 31 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L31
Check warning on line 34 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L34
Check warning on line 39 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L38-L39
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.
This shouldn't originate in the first place.
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.
Yeah, the scalar case root finding doesn't need this
Check warning on line 42 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L42
Check warning on line 45 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L45
Check warning on line 47 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L47
Check warning on line 50 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L50
Check warning on line 55 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L53-L55
Check warning on line 86 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L86
Check warning on line 89 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L89
Check warning on line 95 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L93-L95
Check warning on line 104 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L104
Check warning on line 107 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L107
Check warning on line 113 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L113
Check warning on line 116 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L116
Check warning on line 123 in ext/NonlinearSolveSIAMFANLEquationsExt.jl
Codecov / codecov/patch
ext/NonlinearSolveSIAMFANLEquationsExt.jl#L121-L123