We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a5af8 commit 17d9b0bCopy full SHA for 17d9b0b
pvlib/iotools/bsrn.py
@@ -100,7 +100,7 @@ def read_bsrn(filename):
100
else:
101
with open(filename, 'r') as f:
102
for num, line in enumerate(f):
103
- if num == 1: # Get month and year from the 2nd line
+ if num == 1: # Get month and year from the 2nd line
104
start_date = pd.Timestamp(year=int(line[7:11]),
105
month=int(line[3:6]), day=1)
106
if line.startswith('*'): # Find start of all logical records
0 commit comments