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 3bc9d33 commit 9c11d8fCopy full SHA for 9c11d8f
pvlib/tests/iotools/test_sodapro.py
@@ -261,7 +261,8 @@ def test_get_cams_bad_request(requests_mock):
261
262
# Test if HTTPError is raised if incorrect input is specified
263
# In the below example a non-registrered email is specified
264
- with pytest.raises(requests.exceptions.HTTPError, match='Failed to execute WPS process'):
+ with pytest.raises(requests.exceptions.HTTPError,
265
+ match='Failed to execute WPS process'):
266
_ = sodapro.get_cams(
267
start=pd.Timestamp('2020-01-01'),
268
end=pd.Timestamp('2020-05-04'),
0 commit comments