Skip to content

Commit 642d04d

Browse files
committed
Update test
1 parent 10fb0d1 commit 642d04d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/test_classification.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import pytest
2-
from pyAudioProcessing.extract_features import get_features
3-
from pyAudioProcessing.run_classification import train_and_classify
2+
import sys
3+
4+
sys.path.append("..")
5+
from pyAudioProcessing import extract_features
6+
from pyAudioProcessing import run_classification
47

58
def test_classifications():
69
"""

0 commit comments

Comments
 (0)