Skip to content

Commit 88787a2

Browse files
committed
Fix stem in audio path
1 parent 0da9800 commit 88787a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/unittests/machinelearning/test_onnxpredict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def testInference(self,):
6767
outputs=[output_layer_name0, output_layer_name1]
6868
)
6969

70-
stem = "387517__deleted_user_7267864__saxophone-going-up"
70+
stem = "359500__mtg__sax-tenor-e-major"
7171
audio_path = join(testdata.audio_dir, Path("recorded"), f"{stem}.wav")
7272

7373
audio, sample_rate = sf.read(audio_path, dtype=numpy.float32)

0 commit comments

Comments
 (0)