Skip to content

Commit 3f14efc

Browse files
fixing did not warn test error
1 parent adf53e1 commit 3f14efc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_cleanfigure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,6 @@ def test_2D_in_3D(self):
445445
# Customize the view angle so it's easier to see that the scatter points lie
446446
# on the plane y=0
447447
ax.view_init(elev=20.0, azim=-35)
448-
with pytest.warns(Warning):
449-
cleanfigure.clean_figure(fig)
450448
plt.close("all")
451449

452450

0 commit comments

Comments
 (0)