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 epsilon check when there is a single cluster and it is the root cluster #33

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

tom-whitehead
Copy link
Owner

Summary

  • Prevent cluster epsilon check as there's only one cluster and it's the root cluster.
  • Also, in epsilon check, when trying to traverse up the tree to find a higher node with sufficient density, do not panic when parent node cannot be found in tree (should be unreachable).

@tom-whitehead tom-whitehead changed the title Prevent epsilon check when there is a single root cluster Fix epsilon check when there is a single cluster and it is the root cluster Oct 15, 2024
@tom-whitehead tom-whitehead merged commit 23e27b3 into master Oct 15, 2024
1 check passed
@tom-whitehead tom-whitehead deleted the no_epsilon_check_for_single_root_cluster branch October 15, 2024 17:25
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.

1 participant