Commit d924446
* Add draft i_from_v_alt function with tests
* Better comments and more explicit typing
* Use transform from shunt resistance to shunt conductance
* Add v_from_i_alt() with initial tests and use np.where
* Use test fixtures
* Add @requires_scipy to test fixtures
* More current_sum_at_diode_node() tests and using fixture
* Naming, documentation, and formatting
* Deprecate replaced functions and flake8
* Add release documentation and flake8 again
* Replace deprecated function usages and update test_singlediode_series_ivcurve
* Conform to existing API
* Run flake8
* Implement some code quality suggestions
* Remove extraneous print statements
* Better docstrings
* Fix parameter ranges in docstrings
* Add test that overflows lambertw arg
* Add test for mixed solution types logic
* Use broadcast_arrays for cleaner code
* One more simplification
* Better use of broadcast_arrays
1 parent 5e59ec3 commit d924446
File tree
7 files changed
+478
-140
lines changed- docs/sphinx/source
- whatsnew
- pvlib
- test
7 files changed
+478
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | 204 | | |
206 | | - | |
207 | 205 | | |
| 206 | + | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
23 | 35 | | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
27 | 41 | | |
| 42 | + | |
| 43 | + | |
28 | 44 | | |
29 | 45 | | |
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
33 | 49 | | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments