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

Adjust parameters for floating point tests #4996

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

lbooker42
Copy link
Contributor

@lbooker42 lbooker42 commented Dec 29, 2023

Analyzed test sensitivity and changes made during the datagen updates (#4735) and verified the changes are correct and do not mask inaccuracies in the operations being tested.

Using floating point values with varying magnitudes increases floating point error, pushing it beyond the "acceptable" level of error in these tests. Adjusting the tests to produce random values clustered within the same magnitude reduces the final error and allows these tests to pass.

Closes #4743.

@lbooker42 lbooker42 changed the title Adjust some test parameters for floating point tests Adjust parameters for floating point tests Dec 29, 2023
@lbooker42 lbooker42 merged commit 933f338 into deephaven:main Jan 3, 2024
23 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2024
@lbooker42 lbooker42 deleted the lab-datagen-test branch June 26, 2024 19:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analyze test failures from datagen fixes
3 participants