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

Max block does not work in GRC when IO Type is Short #117

Merged
merged 1 commit into from
Dec 1, 2013
Merged

Max block does not work in GRC when IO Type is Short #117

merged 1 commit into from
Dec 1, 2013

Conversation

argilo
Copy link
Member

@argilo argilo commented Dec 1, 2013

Because of a typo in blocks_max_xx.xml, the Max block does not work in GNU Radio Companion when the IO Type is set to Short.

To reproduce the problem, create a flow graph with a null source connected to a Max block connected to a null sink, and set all three blocks to use Short. Click the execute button, and you'll see the following error:

Traceback (most recent call last):
File "/home/argilo/Documents/gnuradio/top_block.py", line 62, in
tb = top_block()
File "/home/argilo/Documents/gnuradio/top_block.py", line 34, in init
self.blocks_max_xx_0 = blocks.max_dd(1)
AttributeError: 'module' object has no attribute 'max_dd'

After applying this patch, the flow graph executes correctly.

@trondeau trondeau merged commit 1f286ca into gnuradio:master Dec 1, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants