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

Bug/SK-928 | Fixes bug in find_available if-statement #650

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

stefanhellander
Copy link
Collaborator

Description

min_client=nr_active_clients can be 0, evaluating to False, and thus causing the algorithm to choose the same combiner every time (assuming that they are listed in the same order every time, which they seem to be). This PR fixes that issue.

@github-actions github-actions bot added feature New feature or request patch labels Jul 3, 2024
@Wrede Wrede changed the title Fixes bug in find_available if-statement Bug/SK-928 | Fixes bug in find_available if-statement Jul 4, 2024
@Wrede Wrede added bugfix Something isn't working and removed feature New feature or request labels Jul 4, 2024
@stefanhellander stefanhellander merged commit 6e75dfa into master Jul 4, 2024
17 of 18 checks passed
@stefanhellander stefanhellander deleted the feature/SK-928 branch July 4, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants