Commit 6af80da
Handle time normalization for nonexistent and ambiguous times (#2133)
* Handle time normalization for nonexistent and ambiguous times
* Test that Pandas normalize raises time errors
* Fix whitespace
* Fix handling of ambiguous times during DST shift
* Raise excption on ambiguous time
* Update pvlib/solarposition.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Add scttnlsn to 0.11.1 contributors list
* Update pvlib/tests/test_solarposition.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
* Update hour_angle docstring
* Update pvlib/solarposition.py
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
* move whatsnew entry to 0.11.2
* lint
---------
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>1 parent 6d886dc commit 6af80da
File tree
3 files changed
+53
-1
lines changed- docs/sphinx/source/whatsnew
- pvlib
- tests
3 files changed
+53
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
1352 | 1358 | | |
1353 | 1359 | | |
1354 | 1360 | | |
| |||
1421 | 1427 | | |
1422 | 1428 | | |
1423 | 1429 | | |
1424 | | - | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
1425 | 1441 | | |
1426 | 1442 | | |
1427 | 1443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
711 | 712 | | |
712 | 713 | | |
713 | 714 | | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
714 | 747 | | |
715 | 748 | | |
716 | 749 | | |
| |||
0 commit comments