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
error: make test failed #1539
Comments
|
Most likely, you're missing scipy. sudo apt-get install python-scipy |
This patch fixes issues like gnuradio#1545 and gnuradio#1539. Basically if a module in fec.polar requires SciPy and fails to do , it overwrites the missing function with an approximate version
|
I see similar error messages after running: make test _99% tests passed, 5 tests failed out of 363 Total Test time (real) = 152.15 sec The following tests FAILED: I ran the suggested install for python-scipy (sudo apt-get install python-scipy) but still get these errors. I am running a new install of Ubuntu 18.04. |
|
What does |
|
If you're building GNU Radio 3.8 or the master branch, you'll need the Python3 version instead. sudo apt-get install python3-scipy |
|
short answer: that fixed it for me. Thanks! @michaelld good call. your suggested command returned "No module named 'scipy'" |
|
You're welcome! Glad you got it all sorted out. Closing. |
This patch fixes issues like gnuradio#1545 and gnuradio#1539. Basically if a module in fec.polar requires SciPy and fails to do , it overwrites the missing function with an approximate version
This patch fixes issues like gnuradio#1545 and gnuradio#1539. Basically if a module in fec.polar requires SciPy and fails to do , it overwrites the missing function with an approximate version
This patch fixes issues like gnuradio#1545 and gnuradio#1539. Basically if a module in fec.polar requires SciPy and fails to do , it overwrites the missing function with an approximate version
This patch fixes issues like gnuradio#1545 and gnuradio#1539. Basically if a module in fec.polar requires SciPy and fails to do , it overwrites the missing function with an approximate version
hallo
while building source file of GNU radio following error occurred during "make test"
98% tests passed, 5 tests failed out of 211
Total Test time (real) = 177.80 sec
The following tests FAILED:
85 - qa_polar_decoder_sc_systematic (Failed)
87 - qa_polar_decoder_sc_list (Failed)
89 - qa_polar_encoder_systematic (Failed)
90 - qa_polar_encoder (Failed)
92 - qa_polar_decoder_sc (Failed)
Errors while running CTest
Makefile:61: recipe for target 'test' failed
make: *** [test] Error 8
will this error create any problem in future while using gnuradio, henceforth should i continue or should i look to rectify this error
Any suggestion will be appreciated,
Thanks
The text was updated successfully, but these errors were encountered: