We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229f028 commit 64d11eeCopy full SHA for 64d11ee
chaco/downsample/tests/test_lttb.py
@@ -14,7 +14,7 @@
14
import numpy as np
15
from numpy.testing import assert_array_equal, assert_almost_equal
16
17
-from ..lttb import largest_triangle_three_buckets
+from ..lttb import largest_triangle_three_buckets, _lttb
18
19
20
TIMING_SETUP = """
@@ -28,6 +28,7 @@
28
"""
29
30
31
+@unttitest.skipIf(_lttb is None, "operation is not available")
32
class TestLargestTriangleThreeBuckets(unittest.TestCase):
33
def test_timing(self):
34
statement = "largest_triangle_three_buckets(a, n_buckets)"
0 commit comments