-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Allow users to interact with root finders parameters #1764
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
Merged
kandersolar
merged 33 commits into
pvlib:main
from
echedey-ls:issue-1249-set-tol-maxiter-numerical-methods
Jun 23, 2023
Merged
Changes from 15 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
08bcf80
Change of use in bishop88_i_from_v
echedey-ls 0fcc51e
What the warnings test should look like
echedey-ls c7917a3
Apply Adriesse's suggestion
echedey-ls fe43074
Update test_singlediode.py
echedey-ls 2276e91
Minimun runnable test for pass conditions
echedey-ls 09c8ed0
Cleanup import
echedey-ls 8565131
Add functional test for success and failing calls with kwargs
echedey-ls 6a94af4
Add documentation (minimal, only bishop88_i_from_v)
echedey-ls 0f5c17d
Try to fix scipy links (I)
echedey-ls 3423314
It worked 🎉🎉🎉
echedey-ls 3578397
Move default newton values to _prepare_newton_inputs
echedey-ls e36fecf
Modify bishop88_v_from_i, bishop88_mpp; update tests and docs
echedey-ls f1165bc
Typo in kwargs type error
echedey-ls 8b070be
Add what's new entry
echedey-ls 9e5b634
Delete fprime2 default newton param
echedey-ls 4ec2c3c
Rename kwargs to method_kwargs
echedey-ls 3445d27
Adriesse's suggestion to make full output available
echedey-ls 6208a89
Update tests from Kevin suggestion
echedey-ls c04eade
I won't miss Py3.7
echedey-ls 9dc1d34
Uhm, yeah, don't like this solution but anyways...
echedey-ls b043f67
Tests should be fixed now
echedey-ls 0b89f56
full_output=True tests
echedey-ls c626a49
Update docs
echedey-ls 542dd30
Now these are tests
echedey-ls 440c9fe
Bruh should have run locally
echedey-ls 8be402d
Merge branch 'main' into issue-1249-set-tol-maxiter-numerical-methods
echedey-ls 42c547b
Docs: add use cases and document as `**method_kwargs :`
echedey-ls 13dbb57
Tests: also test expected length of the first value
echedey-ls 6d83c81
Docs: doctest examples - make functional
echedey-ls 114b003
Behaviour & docs: Change how method_kwargs are passed, enhance docs
echedey-ls 06749ee
omg who would have expected the mutable default parameter bug
echedey-ls 9406e2a
Apply suggestions from code review
echedey-ls 3e4f6a1
Merge branch 'main' into issue-1249-set-tol-maxiter-numerical-methods
kandersolar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.