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 fb576cb commit 4ffdd77Copy full SHA for 4ffdd77
pvlib/test/test_midc.py
@@ -70,6 +70,6 @@ def test_read_midc_raw_data_from_nrel():
70
end_ts = pd.Timestamp('20181019')
71
var_map = midc.MIDC_VARIABLE_MAP['UAT']
72
data = midc.read_midc_raw_data_from_nrel('UAT', start_ts, end_ts, var_map)
73
- for k,v in var_map.items():
+ for k, v in var_map.items():
74
assert v in data.columns
75
assert data.index.size == 2880
0 commit comments