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 3831f2e

Browse filesBrowse files
Remove test
1 parent 79d0ebc commit 3831f2e
Copy full SHA for 3831f2e

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎lib/matplotlib/tests/test_transforms.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_transforms.py
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -987,12 +987,6 @@ def test_transformed_path():
987987
[(0, 0), (r2, r2), (0, 2 * r2), (-r2, r2)],
988988
atol=1e-15)
989989

990-
# Changing the path does not change the result (it's cached).
991-
path._vertices = [(0, 0)] * 4
992-
assert_allclose(trans_path.get_fully_transformed_path().vertices,
993-
[(0, 0), (r2, r2), (0, 2 * r2), (-r2, r2)],
994-
atol=1e-15)
995-
996990

997991
def test_transformed_patch_path():
998992
trans = mtransforms.Affine2D()

0 commit comments

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