Skip to content

Commit 9a50823

Browse files
committed
TST
1 parent 951ac31 commit 9a50823

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/matplotlib/tests/test_polar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import platform
2-
31
import numpy as np
42
from numpy.testing import assert_allclose
53
import pytest

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def test_marker_draw_order_view_rotated(fig_test, fig_ref):
322322
ax.view_init(elev=0, azim=azim - 180) # view rotated by 180 degrees
323323

324324

325-
@mpl3d_image_comparison(['plot_3d_from_2d.png'], tol=0.01)
325+
@mpl3d_image_comparison(['plot_3d_from_2d.png'], tol=0.015)
326326
def test_plot_3d_from_2d():
327327
fig = plt.figure()
328328
ax = fig.add_subplot(111, projection='3d')

0 commit comments

Comments
 (0)