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

Skip to content

Commit 425c937

Browse files
Alix LianAlix Lian
Alix Lian
authored and
Alix Lian
committed
Passed pep8
1 parent 85fac95 commit 425c937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ def test_axes():
10211021
with pytest.raises(ValueError):
10221022
ax.set_ylim(bottom=np.inf)
10231023

1024+
10241025
@image_comparison(baseline_images=['canonical'])
10251026
def test_canonical():
10261027
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)