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 749fd5e commit 8c1ab6dCopy full SHA for 8c1ab6d
tests/iotools/test_ecmwf.py
@@ -73,6 +73,6 @@ def test_get_era5_error(params):
73
@pytest.mark.remote_data
74
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
75
def test_get_era5_timeout(params):
76
- match = 'Request failed. Please check the ECMWF website'
+ match = 'Request timed out. Try increasing'
77
with pytest.raises(Exception, match=match):
78
df, meta = pvlib.iotools.get_era5(**params, timeout=1)
0 commit comments