Skip to content

Commit

Permalink
Lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Sep 21, 2023
1 parent 185c4d8 commit d5a3ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/matplotlib/test_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ def run(selenium, handle, ref):
patch_font_loading_and_dpi(selenium, handle)
run(selenium, handle, ref)


@matplotlib_test_decorator
def test_triangulation(selenium_standalone):
"""This test uses setjmp/longjmp so hopefully prevents any more screw ups
Expand All @@ -620,7 +621,6 @@ def test_triangulation(selenium_standalone):

x = (radii * np.cos(angles)).flatten()
y = (radii * np.sin(angles)).flatten()
z = (np.cos(radii) * np.cos(3 * angles)).flatten()

# Create the Triangulation; no triangles so Delaunay triangulation created.
triang = tri.Triangulation(x, y)
tri.Triangulation(x, y)

0 comments on commit d5a3ccf

Please sign in to comment.