Browse Source

Adapt test to new interpolation

pull/38/head
Florian Mounier 12 years ago
parent
commit
06583ebd3f
  1. 2
      pygal/test/test_config.py

2
pygal/test/test_config.py

@ -191,7 +191,7 @@ def test_logarithmic_bad_interpolation():
line = Line(logarithmic=True, interpolate='cubic')
line.add('_', [.001, .00000001, 1])
q = line.render_pyquery()
assert len(q(".y.axis .guides")) == 40
assert len(q(".y.axis .guides")) == 41
def test_logarithmic_big_scale():

Loading…
Cancel
Save