kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

FAIL matrix-lib-test #4491

Closed Tortoise17 closed 3 years ago

Tortoise17 commented 3 years ago

i am facing this issue.

Running matrix-lib-test ... 0s... FAIL matrix-lib-test Running sparse-matrix-test ... 0s... FAIL sparse-matrix-test Running numpy-array-test ... 0s... FAIL numpy-array-test make[1]: *** [test] Error 1

while compiling. Earlier this was not the case with version before 20 March. Please guide me how to fix this issue.

danpovey commented 3 years ago

Run the tests individually and show the output, e.g.: cd matrix ./matrix-lib-test

On Tue, Apr 6, 2021 at 11:09 PM Tortoise17 @.***> wrote:

i am facing this issue.

Running matrix-lib-test ... 0s... FAIL matrix-lib-test Running sparse-matrix-test ... 0s... FAIL sparse-matrix-test Running numpy-array-test ... 0s... FAIL numpy-array-test make[1]: *** [test] Error 1

while compiling. Earlier this was not the case with version before 20 March. Please guide me how to fix this issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kaldi-asr/kaldi/issues/4491, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZFLOZY5STK2OK2ZEATHZDTHMP2PANCNFSM42O5WEVA .

Tortoise17 commented 3 years ago

This was great help. Finally with this log, I resolved the issue. Thank you