Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b529ed

Browse files
committed
TST
1 parent 19a3fc4 commit 3b529ed

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
@@ -344,7 +344,7 @@ def test_marker_draw_order_view_rotated(fig_test, fig_ref):
344344
ax.view_init(elev=0, azim=azim - 180) # view rotated by 180 degrees
345345

346346

347-
@mpl3d_image_comparison(['plot_3d_from_2d.png'], tol=0.01)
347+
@mpl3d_image_comparison(['plot_3d_from_2d.png'], tol=0.015)
348348
def test_plot_3d_from_2d():
349349
fig = plt.figure()
350350
ax = fig.add_subplot(111, projection='3d')

0 commit comments

Comments
 (0)