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

fixed GMeans trying to split clusters with one element #83

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

rpsdm
Copy link
Contributor

@rpsdm rpsdm commented Nov 15, 2023

fixes #82

@rpsdm rpsdm changed the title fixed GMeans trying to split clusters with one element, Issue #82 fixed GMeans trying to split clusters with one element Nov 15, 2023
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (47bc534) 90.57% compared to head (94f7b38) 90.59%.

Files Patch % Lines
clustpy/partition/gmeans.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   90.57%   90.59%   +0.01%     
==========================================
  Files          59       59              
  Lines        7345     7348       +3     
==========================================
+ Hits         6653     6657       +4     
+ Misses        692      691       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@collinleiber collinleiber merged commit 4afb304 into collinleiber:main Nov 15, 2023
6 of 7 checks passed
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.

[BUG] GMeans tries to split clusters with only one element
2 participants