Commit 65b6810
authored
Bugfix/atmos refract typo (#2592)
* Prevent atmos_refract docstring typo regression
Add tests to ensure parameter name is documented as 'atmos_refract'
(not 'atmos_refrac') in spa_python and solar_position docstrings.
Related to #2532
* Fix atmos_refract parameter name typo in docstrings
Correct parameter name from 'atmos_refrac' to 'atmos_refract' in
docstrings for solarposition.spa_python and spa.solar_position to
match the actual function signatures.
Update whatsnew to describe this change.
Closes #2532
* Break long lines up in test files
* Revert "Break long lines up in test files"
This reverts commit 452876d.
* Revert "Prevent atmos_refract docstring typo regression"
This reverts commit 216db9e.
* Add PR number and contributer name to whatsnew1 parent eaac4f8 commit 65b6810
File tree
3 files changed
+5
-2
lines changed- docs/sphinx/source/whatsnew
- pvlib
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | | - | |
| 1060 | + | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
| |||
0 commit comments