We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da9800 commit 88787a2Copy full SHA for 88787a2
test/src/unittests/machinelearning/test_onnxpredict.py
@@ -67,7 +67,7 @@ def testInference(self,):
67
outputs=[output_layer_name0, output_layer_name1]
68
)
69
70
- stem = "387517__deleted_user_7267864__saxophone-going-up"
+ stem = "359500__mtg__sax-tenor-e-major"
71
audio_path = join(testdata.audio_dir, Path("recorded"), f"{stem}.wav")
72
73
audio, sample_rate = sf.read(audio_path, dtype=numpy.float32)
0 commit comments