You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, seems to works fine if coerce_year=None, but actually raises a different silent issue: Note the February 29th at midnite in between Feb. 28th and March 1st
Versions:
pvlib.__version__: 0.7.1
pandas.__version__: 0.25.3
python: 3.7.6
numpy: 1.18.1
Additional context
Look at cells A1416 around end of February:
2/28/1996
22:00
2/28/1996
23:00
2/28/1996
24:00:00
3/1/1990
1:00
3/1/1990
2:00
3/1/1990
3:00
PS you can paste from Excel into GitHub and it GH automatically formats the data as MD table, nice!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Try to read Greensboro TMY3 with
coerce_year=1990
raises the follow traceback:
To Reproduce
Steps to reproduce the behavior:
pvlib.iotools.read_tmy3('723170TYA.CSV', coerce_year=1990)
Also, seems to works fine if

coerce_year=None
, but actually raises a different silent issue:Note the February 29th at midnite in between Feb. 28th and March 1st
Versions:
pvlib.__version__
: 0.7.1pandas.__version__
: 0.25.3Additional context
Look at cells A1416 around end of February:
PS you can paste from Excel into GitHub and it GH automatically formats the data as MD table, nice!
The text was updated successfully, but these errors were encountered: