Skip to content

Commit f1aadd7

Browse files
cwhansekandersolar
andauthored
Update tests/test_temperature.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
1 parent cad9b17 commit f1aadd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_temperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_fuentes_timezone(tz):
275275
name='tmod'))
276276
# GH 2608
277277
df = pd.DataFrame({'poa_global': 1000., 'temp_air': 20., 'wind_speed': 1.},
278-
index)
278+
index)
279279

280280
out = temperature.fuentes(df['poa_global'], df['temp_air'],
281281
df['wind_speed'], noct_installed=45)

0 commit comments

Comments
 (0)