Skip to content

Commit ea48630

Browse files
committed
Fix linter
1 parent adda4cf commit ea48630

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/iotools/test_meteonorm.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def expected_meta():
3838
'name': 'global_horizontal_irradiance_with_shading',
3939
'unit': {'description': 'Watt per square meter',
4040
'name': 'W/m**2'}},
41-
],
41+
],
4242
'surface_azimuth': 180,
4343
'surface_tilt': 0,
4444
'time_zone': 0,
@@ -141,7 +141,7 @@ def test_get_meteonorm_realtime(demo_api_key, demo_url, expected_columns_all):
141141
map_variables=False,
142142
interval_index=True,
143143
url=demo_url,
144-
)
144+
)
145145
assert meta['frequency'] == '1_minute'
146146
assert meta['lat'] == 21
147147
assert meta['lon'] == 79
@@ -232,7 +232,7 @@ def expected_meteonorm_tmy_meta():
232232
'name': 'diffuse_horizontal_irradiance',
233233
'unit': {'description': 'Watt per square meter',
234234
'name': 'W/m**2'},
235-
}],
235+
}],
236236
'surface_azimuth': 90,
237237
'surface_tilt': 20,
238238
'time_zone': 1,
@@ -275,8 +275,8 @@ def expected_metenorm_tmy_data():
275275
return expected
276276

277277

278-
# @pytest.mark.remote_data
279-
# @pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
278+
@pytest.mark.remote_data
279+
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
280280
def test_get_meteonorm_tmy(
281281
demo_api_key, demo_url, expected_meteonorm_tmy_meta,
282282
expected_metenorm_tmy_data, expected_meteonorm_tmy_index):

0 commit comments

Comments
 (0)