Skip to content

Commit

Permalink
Actually fix pep8 errors this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
nhmc committed Oct 8, 2014
1 parent cc15677 commit c9b14f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/matplotlib/tests/test_ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_MultipleLocator():
9.441, 12.588])
assert_almost_equal(loc.tick_values(-7, 10), test_value)


def test_AutoMinorLocator():
from pylab import figure
fig = figure()
Expand All @@ -46,6 +47,7 @@ def test_AutoMinorLocator():
0.95, 1, 1.05, 1.1, 1.15, 1.25, 1.3, 1.35])
assert_almost_equal(ax.xaxis.get_ticklocs(minor=True), test_value)


def test_LogLocator():
loc = mticker.LogLocator(numticks=5)

Expand Down

0 comments on commit c9b14f6

Please sign in to comment.