We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a38270 commit 1080951Copy full SHA for 1080951
1 file changed
src/downsample/tests/test_memory_leak.py
@@ -1,11 +1,10 @@
1
import tracemalloc
2
3
import numpy as np
4
-
5
-from downsample import lttb, ltob, ltd
6
7
import pytest
8
+from downsample import ltob, lttb
+
9
10
@pytest.mark.parametrize("func", [lttb, ltob])
11
def test_memory_leak(func):
0 commit comments