Skip to content

Commit 555bac1

Browse files
committed
Patched unit-test for default base in AsinhLocator
1 parent 4b23326 commit 555bac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_init(self):
448448
lctr = mticker.AsinhLocator(linear_width=2.718, numticks=19)
449449
assert lctr.linear_width == 2.718
450450
assert lctr.numticks == 19
451-
assert lctr.base == 0
451+
assert lctr.base == 10
452452

453453
def test_set_params(self):
454454
lctr = mticker.AsinhLocator(linear_width=5,

0 commit comments

Comments
 (0)