Skip to content

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

@yhb408

Description

@yhb408

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions