Commit de8f2b0
Create iam.py, consistent naming for IAM functions (#783)
* move iam functions to iam.py
* move function tests to test_iam.py
* adjust PVSystem methods, add deprecation for functions and PVSystem methods
* adjust PVSystem tests, test for function deprecation
* move sapm aoi function, adjust ModelChain methods
* remove _ typo
* lint fixes
* move fixture to correct place
* move sapm_module_params fixture to conftest.py
* fix cut/paste errors
* add missing keys to fixture, add missing text to pvsystem.sapm docstring
* fix and update pvsystem.sapm tests
* remove DataFrame test for sapm, lint fixes
* implement PVSystem.get_iam, add deprecation test for pvsystem.sapm_aoi_loss
* lint
* test fixes, add Material to sapm_module_params fixture
* test fixes
* add martin_ruiz to modelchain
* finish adding martin_ruiz to modelchain
* add test for ModelChain.infer_aoi_model, improve coverage
* repair delete mistake
* test for invalid aoi model parameters in ModelChain
* update api, whatsnew
* test fix
* fixture for aoi_model tests
* bad indent
* docstring and lint
* lint
* module docstring, changes to tests
* test fixes
* another test fix
* improve coverage
* fix exception test
* fix the fix1 parent f75a3a4 commit de8f2b0
File tree
9 files changed
+860
-656
lines changed- docs/sphinx/source
- whatsnew
- pvlib
- test
9 files changed
+860
-656
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
| |||
83 | 97 | | |
84 | 98 | | |
85 | 99 | | |
86 | | - | |
87 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
88 | 103 | | |
89 | 104 | | |
90 | 105 | | |
| |||
96 | 111 | | |
97 | 112 | | |
98 | 113 | | |
| 114 | + | |
99 | 115 | | |
100 | 116 | | |
101 | 117 | | |
| |||
113 | 129 | | |
114 | 130 | | |
115 | 131 | | |
| 132 | + | |
| 133 | + | |
116 | 134 | | |
117 | 135 | | |
118 | 136 | | |
| |||
133 | 151 | | |
134 | 152 | | |
135 | 153 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 154 | | |
142 | 155 | | |
143 | 156 | | |
| |||
0 commit comments