talgalili / dendextend

Extending R's Dendrogram Functionality
153 stars 29 forks source link

Added tests for cutree.dendrogram #129

Closed alecbuetow closed 1 month ago

alecbuetow commented 1 month ago

Also restored previous version of untangle.R evolution functions, returning a dendlist instead of a list. Updated tests accordingly

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.46%. Comparing base (546c3c2) to head (c241b1d). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #129 +/- ## ========================================== + Coverage 41.77% 42.46% +0.69% ========================================== Files 50 50 Lines 4182 4182 ========================================== + Hits 1747 1776 +29 + Misses 2435 2406 -29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

talgalili commented 1 month ago

Looking great, merged, thanks, keep ot coming! :)