Skip to content

Commit 1080951

Browse files
committed
Memory leak
1 parent 8a38270 commit 1080951

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/downsample/tests/test_memory_leak.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import tracemalloc
22

33
import numpy as np
4-
5-
from downsample import lttb, ltob, ltd
6-
74
import pytest
85

6+
from downsample import ltob, lttb
7+
98

109
@pytest.mark.parametrize("func", [lttb, ltob])
1110
def test_memory_leak(func):

0 commit comments

Comments
 (0)