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 0e6cb45

Browse filesBrowse files
committed
Improved test_triinterp_colinear.
1 parent 69e1649 commit 0e6cb45
Copy full SHA for 0e6cb45

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_triangulation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_triangulation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def test_triinterp_colinear():
545545
# avoid issues related to round-off errors we only use integer
546546
# coefficients (otherwise the Triangulation might become invalid even with
547547
# delta == 0).
548-
transformations = [[1, 0], [0, 1], [1, 1], [3, 7], [-5, -2], [-3, 2]]
548+
transformations = [[1, 0], [0, 1], [1, 1], [1, 2], [-2, -1], [-2, 1]]
549549
for transformation in transformations:
550550
x_rot = transformation[0]*x0 + transformation[1]*y0
551551
y_rot = -transformation[1]*x0 + transformation[0]*y0

0 commit comments

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