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

Skip to content

Commit c4e3426

Browse files
committed
Make test use default style
1 parent fe34ad2 commit c4e3426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_autoscale_tiny_range():
167167
ax[i].plot([0, 1], [1, 1 + y1])
168168

169169

170-
@cleanup
170+
@cleanup(style='default')
171171
def test_autoscale_tight():
172172
fig, ax = plt.subplots(1, 1)
173173
ax.plot([1, 2, 3, 4])

0 commit comments

Comments
 (0)