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 spillPeriod_s to match overlaySinglesIntoSpillsSorted #149

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

jdkio
Copy link
Contributor

@jdkio jdkio commented Sep 9, 2024

This commit changed spillPeriod_s from float to double in the spill builder. This commit switches it to match. It also adds a check that the spill period is within 2 orders of magnitude of 1.2s so this won't happen again. When reading a double as a float, the spill period turned out to be ~40ns instead of 1.2e9ns

@jdkio jdkio requested a review from LiamOS September 9, 2024 03:19
Copy link
Member

@LiamOS LiamOS left a comment

Choose a reason for hiding this comment

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

Good catch! Changes make sense, merging.

@LiamOS LiamOS merged commit e942855 into main Sep 9, 2024
1 check passed
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