Skip to content

Commit 88dd1b3

Browse files
committed
removed debug line
1 parent 5a99037 commit 88dd1b3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ultraplot/tests/test_1dplots.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,4 @@ def test_triplot_variants(x, y, z, triangles, use_triangulation, use_datadict):
425425
ax.triplot("x", "y", "ko-", data=df)
426426
else:
427427
ax.triplot(x, y, "ko-") # Without specific triangles
428-
429-
uplt.show(block = 1)
430428
return fig

0 commit comments

Comments
 (0)