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 for infinite loop when time range is less than 20 micros #1539

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

bradNASA
Copy link
Contributor

  • Tickets addressed: none
  • Review: By commit
  • Merge strategy: Merge

Description

Infinite loop when searching in a time range of micros less than the max iterations where no solutions exist

Verification

ran unit tests, and it fixed this bug occurring on another branch

Documentation

none

Future work

add a test case that searches within a <20 microsecond window

Copy link
Contributor

@adrienmaillard adrienmaillard left a comment

Choose a reason for hiding this comment

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

Some questions first

Copy link
Collaborator

@dandelany dandelany left a comment

Choose a reason for hiding this comment

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

Thanks Brad - all issues above resolved & tests passing 👍 I'll approve and merge this on @adrienmaillard 's behalf since he's out this week.

@dandelany dandelany force-pushed the bug/inf-loop-in-search branch from 9d53ad7 to 41428d2 Compare September 3, 2024 22:42
@dandelany dandelany merged commit 38acbc3 into develop Sep 3, 2024
10 checks passed
@dandelany dandelany deleted the bug/inf-loop-in-search branch September 3, 2024 22:58
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.

3 participants