We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3f520 commit 2775387Copy full SHA for 2775387
1 file changed
tests/iotools/test_nasa_power.py
@@ -16,7 +16,7 @@ def ghi_series(data_index):
16
ghi = [
17
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 50.25, 184.2, 281.55, 368.3, 406.48,
18
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
- ]
+ ]
20
return pd.Series(data=ghi, index=data_index, name='ghi')
21
22
0 commit comments