Skip to content

Commit 2775387

Browse files
2nd try
1 parent fc3f520 commit 2775387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/iotools/test_nasa_power.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def ghi_series(data_index):
1616
ghi = [
1717
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 50.25, 184.2, 281.55, 368.3, 406.48,
1818
386.45, 316.05, 210.1, 109.05, 12.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
19-
]
19+
]
2020
return pd.Series(data=ghi, index=data_index, name='ghi')
2121

2222

0 commit comments

Comments
 (0)