Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c11d8f

Browse filesBrowse files
Fix line code length in test_sodapro.py
1 parent 3bc9d33 commit 9c11d8f
Copy full SHA for 9c11d8f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎pvlib/tests/iotools/test_sodapro.py

Copy file name to clipboardExpand all lines: pvlib/tests/iotools/test_sodapro.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ def test_get_cams_bad_request(requests_mock):
261261

262262
# Test if HTTPError is raised if incorrect input is specified
263263
# In the below example a non-registrered email is specified
264-
with pytest.raises(requests.exceptions.HTTPError, match='Failed to execute WPS process'):
264+
with pytest.raises(requests.exceptions.HTTPError,
265+
match='Failed to execute WPS process'):
265266
_ = sodapro.get_cams(
266267
start=pd.Timestamp('2020-01-01'),
267268
end=pd.Timestamp('2020-05-04'),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.