-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow flexible cluster ids #205
Conversation
Codecov Report
@@ Coverage Diff @@
## main #205 +/- ##
=======================================
Coverage 77.03% 77.03%
=======================================
Files 14 14
Lines 1337 1337
=======================================
Hits 1030 1030
Misses 307 307
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Marcelo @zoccoler, I think this should be marked as ready for review and merged. The problem with algorithmic clustering is related to plotting the 2D histogram in general, and not hiding not selected clusters, which is fixed by this PR. |
I will merge this because it is needed to fix the issue of visualizing algorithmic clustering results in the 2D histogram plot, and deal with the issue described in my comment above in another PR. |
This should fix #204