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

Fix flaky qa_volk_32f_s32f_convertpuppet_8u #647

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

argilo
Copy link
Member

@argilo argilo commented Oct 13, 2023

Fixes #646.

Floating point values are rounded slightly differently depending on the order of operations, so some tolerance is needed.

As suggested in #617 (comment), we can increase the tolerance to 1. I don't see a better way to do it within the current test framework.

Signed-off-by: Clayton Smith <argilo@gmail.com>
@daniestevez
Copy link
Member

Looks good. I didn't see a better way either.

Copy link
Contributor

@jdemel jdemel left a comment

Choose a reason for hiding this comment

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

LGTM.

@jdemel jdemel merged commit fdc87b1 into gnuradio:main Oct 20, 2023
33 checks passed
@argilo argilo deleted the fix-flaky-convert branch October 20, 2023 12:54
Alesha72003 pushed a commit to Alesha72003/volk that referenced this pull request May 15, 2024
Fix flaky qa_volk_32f_s32f_convertpuppet_8u
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.

qa_volk_32f_s32f_convertpuppet_8u is flaky
3 participants