Commit dd6062a
Add optional
* haydavies_return_components
Update the Hay Davies sky transposition model to return individual components by user request.
* updating_return_components
Added in horizon component, which defaults to 0 or NaN. Also updating some stickler issues.
* stickler_stickler
Updating formatting in file to be in line with stickler. Updating contributors list and corresponding information.
* testing_update
adding in test for when pandas is not being used.
* docstring update
* cleaning_updates
* testing_updates
updated tests for various data types.
Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>return_components parameter to irradiance.haydavies (#1568)1 parent b7768b4 commit dd6062aCopy full SHA for dd6062a
File tree
Expand file treeCollapse file tree
3 files changed
+81
-6
lines changedOpen diff view settings
Filter options
- docs/sphinx/source/whatsnew
- pvlib
- tests
Expand file treeCollapse file tree
3 files changed
+81
-6
lines changedOpen diff view settings
Collapse file
docs/sphinx/source/whatsnew/v0.9.4.rst
Copy file name to clipboardExpand all lines: docs/sphinx/source/whatsnew/v0.9.4.rst+4-1Lines changed: 4 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
| 13 | + |
| 14 | + |
13 | 15 | |
14 | 16 | |
15 | 17 | |
| ||
35 | 37 | |
36 | 38 | |
37 | 39 | |
38 | | - |
| 40 | + |
| 41 | + |
Collapse file
+38-5Lines changed: 38 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
739 | 739 | |
740 | 740 | |
741 | 741 | |
742 | | - |
| 742 | + |
| 743 | + |
743 | 744 | |
744 | 745 | |
745 | 746 | |
| ||
790 | 791 | |
791 | 792 | |
792 | 793 | |
| 794 | + |
| 795 | + |
| 796 | + |
| 797 | + |
793 | 798 | |
794 | 799 | |
| 800 | + |
| 801 | + |
| 802 | + |
| 803 | + |
| 804 | + |
795 | 805 | |
796 | | - |
| 806 | + |
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
| 811 | + |
| 812 | + |
| 813 | + |
| 814 | + |
797 | 815 | |
798 | 816 | |
799 | 817 | |
| ||
830 | 848 | |
831 | 849 | |
832 | 850 | |
833 | | - |
834 | | - |
| 851 | + |
| 852 | + |
| 853 | + |
835 | 854 | |
836 | | - |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
| 863 | + |
| 864 | + |
| 865 | + |
| 866 | + |
| 867 | + |
| 868 | + |
| 869 | + |
837 | 870 | |
838 | 871 | |
839 | 872 | |
|
Collapse file
pvlib/tests/test_irradiance.py
Copy file name to clipboardExpand all lines: pvlib/tests/test_irradiance.py+39Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
207 | 207 | |
208 | 208 | |
209 | 209 | |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
210 | 249 | |
211 | 250 | |
212 | 251 | |
|
0 commit comments