Spaces:
Runtime error
Runtime error
Commit
·
32947ea
1
Parent(s):
20c7778
add testing wavs
Browse files- testing/test_inference.py +6 -0
- testing/unit_tests.py +0 -4
- testing/wavs/p232_071.wav +0 -0
- testing/wavs/p232_171.wav +0 -0
- testing/wavs/p232_284.wav +0 -0
testing/test_inference.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
def func(x):
|
2 |
+
return x + 1
|
3 |
+
|
4 |
+
|
5 |
+
def test_answer():
|
6 |
+
assert func(3) == 4
|
testing/unit_tests.py
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
def test_model_inference():
|
4 |
-
assert 1 == 1
|
|
|
|
|
|
|
|
|
|
testing/wavs/p232_071.wav
ADDED
Binary file (249 kB). View file
|
|
testing/wavs/p232_171.wav
ADDED
Binary file (193 kB). View file
|
|
testing/wavs/p232_284.wav
ADDED
Binary file (251 kB). View file
|
|