SneaksAndData / anti-clustering

A Python library for anti-clustering algorithms
Apache License 2.0
8 stars 1 forks source link

Fixes bug in reassignment of cluster labels #24

Closed matt035343 closed 1 year ago

matt035343 commented 1 year ago

The destination column was hardcoded to some string meaning its cluster labels would not get reassigned correctly.

github-actions[bot] commented 1 year ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
anti_clustering
   _base.py49198%91
   _version.py220%15–19
   exact_cluster_editing.py44198%112
TOTAL295499% 

Tests Skipped Failures Errors Time
39 0 :zzz: 0 :x: 0 :fire: 4.836s :stopwatch:
github-actions[bot] commented 1 year ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
anti_clustering
   _base.py49198%91
   _version.py220%15–19
   exact_cluster_editing.py44198%112
TOTAL240498% 

Tests Skipped Failures Errors Time
39 0 :zzz: 0 :x: 0 :fire: 4.327s :stopwatch: