-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The issue of pytest conflicting with kaldifst #61
Comments
What is the expected result if you remove Does it work if you replace
with
or with
? |
Yes - When we replace When we replace it with NumPy, we get such an output:
|
Hi,
When I import
pytest
withkaldifst
in a code repository and execute the commandpython3 run_test.py
, it seems like the program gets stuck in a loop and doesn't return any result, nor does it give any errors. I would appreciate your opinion on what to do next. It appears that pytest has an issue with kaldifst—and generally with C++ Python wrappers.What is shown in the terminal
The text was updated successfully, but these errors were encountered: