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 c2d6399

Browse filesBrowse files
committed
trivial pep8 change
1 parent 55a0edb commit c2d6399
Copy full SHA for c2d6399

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/tri/tricontour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tri/tricontour.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def _contour_args(self, args, kwargs):
9191
raise ValueError('z must not contain masked points within the '
9292
'triangulation')
9393
if not np.isfinite(z_check).all():
94-
raise ValueError('z array must not contain non-finite values within'
95-
' the triangulation')
94+
raise ValueError('z array must not contain non-finite values '
95+
'within the triangulation')
9696

9797
z = np.ma.masked_invalid(z, copy=False)
9898
self.zmax = float(z_check.max())

0 commit comments

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