Skip to content

Conversation

@justinchuby
Copy link
Member

No description provided.

Signed-off-by: Justin Chu <[email protected]>
Signed-off-by: Justin Chu <[email protected]>
consumer_types == {'ComplexAbs'},
"Current implementation of RFFT2D only allows ComplexAbs as consumer not %r",
consumer_types in [{'ComplexAbs'}, {'Squeeze'}],
"Current implementation of RFFT2D only allows ComplexAbs or Squeeze as consumer not %r",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is problematic

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You would need to add more unit tests to check this is working. The current code assumes complex produced FFT are converted into real numbers soon after.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah - this change is incorrect

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.

2 participants