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

Skip to content

Commit b50b8de

Browse files
Neilzon ViloriaNeilzon Viloria
authored andcommitted
flake8 compliance in test_mplot3d.py
1 parent d6b874a commit b50b8de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ def test_scatter3d_color():
245245
@check_figures_equal(extensions=['png'])
246246
def test_scatter3d_depthshade_false(fig_ref, fig_test):
247247
"""
248-
Test that 3d scatter plot doesn't throw IndexError with depthshade=False (issue #18037)
248+
Test that 3d scatter plot doesn't throw
249+
IndexError with depthshade=False (issue #18037)
249250
"""
250251
x = y = z = np.arange(16)
251252
ax_test = fig_test.add_subplot(projection='3d')

0 commit comments

Comments
 (0)