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 10fb0d1 commit 642d04dCopy full SHA for 642d04d
tests/test_classification.py
@@ -1,6 +1,9 @@
1
import pytest
2
-from pyAudioProcessing.extract_features import get_features
3
-from pyAudioProcessing.run_classification import train_and_classify
+import sys
+
4
+sys.path.append("..")
5
+from pyAudioProcessing import extract_features
6
+from pyAudioProcessing import run_classification
7
8
def test_classifications():
9
"""
0 commit comments