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 af6e8ae commit bc82aa5Copy full SHA for bc82aa5
pvlib/tests/iotools/test_psm3.py
@@ -171,11 +171,11 @@ def test_read_psm3_map_variables():
171
"""test read_psm3 map_variables=True"""
172
data, metadata = psm3.read_psm3(MANUAL_TEST_DATA, map_variables=True)
173
columns_mapped = ['Year', 'Month', 'Day', 'Hour', 'Minute', 'dhi', 'ghi',
174
- 'dni', 'ghi_clear', 'dhi_clear', 'dni_clear',
175
- 'Cloud Type', 'temp_dew', 'solar_zenith',
176
- 'Fill Flag', 'albedo', 'wind_speed',
177
- 'wind_direction', 'precipitable_water',
178
- 'relative_humidity', 'temp_air', 'pressure']
+ 'dni', 'ghi_clear', 'dhi_clear', 'dni_clear',
+ 'Cloud Type', 'temp_dew', 'solar_zenith',
+ 'Fill Flag', 'albedo', 'wind_speed',
+ 'wind_direction', 'precipitable_water',
+ 'relative_humidity', 'temp_air', 'pressure']
179
180
assert_index_equal(data.columns, pd.Index(columns_mapped))
181
0 commit comments