Commit c34058d
docs: fix parameter name mismatches in docstrings (#2804)
* docs: fix parameter name mismatches in docstrings
- pvsystem.py: `aoi_model` -> `iam_model` in PVSystem.get_iam and
Array.get_iam (signature parameter is `iam_model`)
- solarposition.py: `time` -> `times` in sun_rise_set_transit_ephem
- irradiance.py: _liujordan documented a nonexistent `pressure`
parameter; replace with the actual `airmass` parameter
- bifacial/infinite_sheds.py: remove duplicated stale Parameters block
in _poa_sky_diffuse_pv (listed `f_x` and `npoints` which are not
parameters of this function)
* Add contributor entry to v0.15.3 whatsnew
* Update pvlib/irradiance.py
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
---------
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>1 parent c4b9ad8 commit c34058d
5 files changed
Lines changed: 6 additions & 21 deletions
File tree
- docs/sphinx/source/whatsnew
- pvlib
- bifacial
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 48 | | |
62 | 49 | | |
63 | 50 | | |
| |||
73 | 60 | | |
74 | 61 | | |
75 | 62 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 63 | | |
80 | 64 | | |
81 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3122 | 3122 | | |
3123 | 3123 | | |
3124 | 3124 | | |
3125 | | - | |
3126 | | - | |
| 3125 | + | |
| 3126 | + | |
3127 | 3127 | | |
3128 | 3128 | | |
3129 | 3129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
| 1191 | + | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
0 commit comments