Skip to content

Fixes resample_ann freezing #116 #210

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

Merged
merged 1 commit into from
May 7, 2020
Merged

Conversation

Lucas-Mc
Copy link
Contributor

@Lucas-Mc Lucas-Mc commented May 7, 2020

Fixes the freezing seen in resample_ann when the fs_target is set too high. This causes the algorithm to develop an infinite loop which must be exited upon discovery. This pull request breaks the loop if this situation is detected. Fixes #116.

Fixes the freezing seen in resample_ann when the fs_target is set too high. This causes the algorithm to develop an infinite loop which must be exited upon discovery. This pull request breaks the loop if this situation is detected. Fixes #162.
@Lucas-Mc Lucas-Mc self-assigned this May 7, 2020
@Lucas-Mc Lucas-Mc added the bug label May 7, 2020
@Lucas-Mc Lucas-Mc merged commit b2dda3b into master May 7, 2020
@Lucas-Mc Lucas-Mc deleted the resample_ann_stuck_116 branch May 7, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

resample_ann can get stuck under some certain conditions
1 participant