MarcinWachowiak / gr-aoa

GNU Radio package implementing MUSIC and root MUSIC angle of arrival algorithms with blocks necessary to provide phase synchronization of USRP devices
GNU General Public License v3.0
47 stars 11 forks source link

file named as "aoa_python.py" missing during compiling #6

Open yhb408 opened 2 months ago

yhb408 commented 2 months ago

Thank you for your work and it is quite interesting.But when I got your code and tried to use it , something happened. It seems that a file called "aoa_python.py" is missing and the compiler could not find it when it dealt with the line "import aoa_python as aoa". The log indicates that as for the step "make test" .Could you please tell me how to fix this? Thanks a lot.

Running tests... Test project /home/seawave/Downloads/gr-aoa-master/build Start 1: qa_MUSIC_lin_array 1/9 Test #1: qa_MUSIC_lin_array .................Failed 0.10 sec Start 2: qa_rootMUSIC_linear_array 2/9 Test #2: qa_rootMUSIC_linear_array ..........Failed 0.10 sec Start 3: qa_shift_phase 3/9 Test #3: qa_shift_phase .....................Failed 0.10 sec Start 4: qa_calc_phase_diff 4/9 Test #4: qa_calc_phase_diff .................Failed 0.13 sec Start 5: qa_shift_phase_multiple_hier 5/9 Test #5: qa_shift_phase_multiple_hier ....... Passed 0.14 sec Start 6: qa_calc_phase_diff_multiple_hier 6/9 Test #6: qa_calc_phase_diff_multiple_hier ... Passed 0.14 sec Start 7: qa_precise_moving_average 7/9 Test #7: qa_precise_moving_average ..........Failed 0.12 sec Start 8: qa_head_w_rst 8/9 Test #8: qa_head_w_rst ......................Failed 0.10 sec Start 9: qa_correlate 9/9 Test #9: qa_correlate .......................***Failed 0.10 sec

22% tests passed, 7 tests failed out of 9

Total Test time (real) = 1.05 sec

The following tests FAILED: 1 - qa_MUSIC_lin_array (Failed) 2 - qa_rootMUSIC_linear_array (Failed) 3 - qa_shift_phase (Failed) 4 - qa_calc_phase_diff (Failed) 7 - qa_precise_moving_average (Failed) 8 - qa_head_w_rst (Failed) 9 - qa_correlate (Failed) Errors while running CTest

import aoa_python as aoa ModuleNotFoundError: No module named 'aoa_python' Test time = 0.10 sec