Skip to content

Commit c6b9214

Browse files
Remove test
1 parent 240c041 commit c6b9214

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/tests/test_transforms.py

Lines 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)