8000 MNT: simplify test decorator · matplotlib/matplotlib@8c62c10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c62c10

Browse files
tacaswellQuLogic
andauthored
MNT: simplify test decorator
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 73b28cf commit 8c62c10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,9 +1512,8 @@ def test_computed_zorder():
15121512
ax.axis('off')
15131513

15141514

1515-
@image_comparison(baseline_images=['scatter_spiral'],
1515+
@image_comparison(baseline_images=['scatter_spiral.png'],
15161516
remove_text=True,
1517-
extensions=['png'],
15181517
style='default')
15191518
def test_scatter_spiral():
15201519
fig = plt.figure()

0 commit comments

Comments
 (0)
0