Commit 77ac247
Add Array.get_cell_temperature, PVSystem.get_cell_temperature (#1211)
* add Array.get_cell_temperature and PVSystem.get_cell_temperature, deprecate old PVSystem tcell methods, update ModelChain._set_celltemp
* fix tests
* api.rst
* whatsnew
* add test for invalid model string
* stickler, docs
* nudge to trigger CI
* fix whatsnew
* docstring fix
* try out kinder error messages
* fixing bugs
* test for nice error message
* Update pvlib/pvsystem.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* stickler
* Update pvlib/modelchain.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* move _build_args to pvlib.tools
* remove deprecated items from api.rst
* def -> partial
* docstring edits
* see also fixes
* remove kwarg nonsense
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>1 parent 7661b05 commit 77ac247
7 files changed
Lines changed: 354 additions & 237 deletions
File tree
- docs/sphinx/source
- whatsnew
- pvlib
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
| 242 | + | |
247 | 243 | | |
248 | 244 | | |
249 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | | - | |
1000 | | - | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
1001 | 999 | | |
1002 | 1000 | | |
1003 | 1001 | | |
| |||
1009 | 1007 | | |
1010 | 1008 | | |
1011 | 1009 | | |
1012 | | - | |
| 1010 | + | |
1013 | 1011 | | |
1014 | | - | |
1015 | | - | |
| 1012 | + | |
| 1013 | + | |
1016 | 1014 | | |
1017 | 1015 | | |
1018 | 1016 | | |
1019 | | - | |
| 1017 | + | |
1020 | 1018 | | |
1021 | 1019 | | |
1022 | | - | |
| 1020 | + | |
1023 | 1021 | | |
1024 | 1022 | | |
1025 | | - | |
| 1023 | + | |
1026 | 1024 | | |
1027 | 1025 | | |
1028 | | - | |
| 1026 | + | |
1029 | 1027 | | |
1030 | 1028 | | |
1031 | | - | |
| 1029 | + | |
1032 | 1030 | | |
1033 | 1031 | | |
1034 | 1032 | | |
| |||
0 commit comments