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

Ignorning extra key value in inspector_signal_detector_cvf.block.yml #42

Open
alphafox02 opened this issue Jan 21, 2022 · 0 comments
Open

Comments

@alphafox02
Copy link

When loading GNU Radio Companion 3.8 from terminal with GR-Inspector installed, I notice the following warning.

WARNING:gnuradio.grc.core.platform:inspector_signal_detector_cvf.block.yml block.parameters[7]: warn: Ignoring extra key 'value'

Seems harmless, but I couldn't help but to go look at the yml and see if I could figure out what was causing this. I noticed the template section seems maybe inconsistent with how the labels are, for example

set_fft_len(${fft_len}) is named like this but another one might be like this set_fft_len({$fft_len})

And it seems like min_bw and logfile isn't accounted for in the template. But then again, I might have no idea what I'm talking about. Just figured I'd bring this up and see what/if anything needed fixed.

Running latest available gr-inspector.

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