Skip to content
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 snk.data() is None #22

Closed
Ostnie opened this issue May 14, 2019 · 1 comment
Closed

The snk.data() is None #22

Ostnie opened this issue May 14, 2019 · 1 comment

Comments

@Ostnie
Copy link

Ostnie commented May 14, 2019

When I run the program generate_RML2016.10a.py, the data can't be generated, so I checked and found snk.data() is None, it was cased by follows:

snk = blocks.vector_sink_c()
raw_output_vector = np.array(snk.data(), dtype=np.complex64)

I print the snk.data and I got a '()' and the length of raw_output_vector is 0, who can help me to fix this problem, many thanks

@Ostnie
Copy link
Author

Ostnie commented May 14, 2019

I solved this problem, which is cased by some files in source_material

@Ostnie Ostnie closed this as completed May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant