-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support ideal PV devices (#324) #340
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
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9ab2e95
Add draft i_from_v_alt function with tests
a66abc4
Merge branch 'master' of github.com:pvlib/pvlib-python
a19447b
Better comments and more explicit typing
76616d5
Use transform from shunt resistance to shunt conductance
e35412f
Add v_from_i_alt() with initial tests and use np.where
82217fd
Use test fixtures
135ce4c
Add @requires_scipy to test fixtures
f927aef
More current_sum_at_diode_node() tests and using fixture
741a7f4
Naming, documentation, and formatting
c9129dc
Deprecate replaced functions and flake8
3aa150d
Merge branch 'master' of github.com:pvlib/pvlib-python
85e957d
Add release documentation and flake8 again
fb22171
Replace deprecated function usages and update test_singlediode_series…
275eccc
Merge branch 'master' of github.com:pvlib/pvlib-python
cdd2bd9
Conform to existing API
223275a
Run flake8
6b50ad9
Implement some code quality suggestions
e4e09be
Remove extraneous print statements
37484f1
Better docstrings
f9c4c82
Fix parameter ranges in docstrings
26eabde
Add test that overflows lambertw arg
4d7754d
Add test for mixed solution types logic
03ae51e
Use broadcast_arrays for cleaner code
6c410d2
One more simplification
19af023
Better use of broadcast_arrays
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
Oops, something went wrong.
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.
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.
Alphabetized.