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

Enabling OFDM Radar System Parameters block causes a NameError warning #3

Open
chrisjohgorman opened this issue Aug 14, 2023 · 0 comments

Comments

@chrisjohgorman
Copy link

Hello,

This is pretty self explanatory. I don't know if there are repercussions with failures because of this, but enabling the OFDM Radar System Parameters block causes the following warning for me in gnuradio.

I've looked around and can't tell where the error is. I'm hoping that someone with more knowledge of the code can fix this or even if they can't if they can tell me whether or not this is benign.

Thanks in advance,

Chris

`[chris@descartes ~]$ gnuradio-companion
<<< Welcome to GNU Radio Companion 3.10.7.0 >>>

Block paths:
/home/chris/.grc_gnuradio
/usr/local/share/gnuradio/grc/blocks

Loading: "/home/chris/hardy/gr-ofdmradar/examples/ofdmradar_test.grc"

Done
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/gnuradio/grc/gui/VariableEditor.py", line 194, in set_value
value = str(block.evaluate(block.value))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gnuradio/grc/core/blocks/block.py", line 645, in evaluate
return self.parent_flowgraph.evaluate(expr, self.namespace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gnuradio/grc/core/FlowGraph.py", line 309, in evaluate
return eval(expr, namespace, local_namespace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1, in
NameError: name 'window' is not defined
[chris@descartes ~]$ `

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