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

Skip to content

Commit 6292646

Browse files
committed
testing: add missing import and add SF bug ID
svn path=/trunk/matplotlib/; revision=7587
1 parent 57c7721 commit 6292646

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/test_matplotlib/TestAxes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""The Axes unit-test class implementation."""
33
#=======================================================================
44

5-
from mplTest import MplTestCase
5+
from mplTest import MplTestCase, units
66

77
#=======================================================================
88
# Add import modules below.
@@ -88,6 +88,8 @@ def test_formatter_ticker( self ):
8888
fig.savefig( fname )
8989
self.checkImage( fname )
9090

91+
# See SF bug 2846058
92+
# https://sourceforge.net/tracker/?func=detail&aid=2846058&group_id=80706&atid=560720
9193
fname = self.outFile( "formatter_ticker_005.png" )
9294
ax.set_xlabel( "x-label 005" )
9395
ax.autoscale_view()

0 commit comments

Comments
 (0)