ms609 / TreeDist

Calculate distances between phylogenetic trees in R
https://ms609.github.io/TreeDist/
29 stars 6 forks source link

Unrooted alternative to K-C #49

Closed ms609 closed 3 years ago

ms609 commented 3 years ago

Using SplitVector()

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (9677b04) into master (e6d769b) will decrease coverage by 0.18%. The diff coverage is 98.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   94.85%   94.67%   -0.19%     
==========================================
  Files          28       28              
  Lines        1964     1914      -50     
==========================================
- Hits         1863     1812      -51     
- Misses        101      102       +1     
Impacted Files Coverage Δ
R/tree_distance_utilities.R 100.00% <ø> (ø)
R/tree_distance_kendall-colijn.R 98.71% <98.07%> (-1.29%) :arrow_down:
src/nni_distance.cpp 99.41% <0.00%> (-0.59%) :arrow_down:
src/lap.cpp 98.13% <0.00%> (-0.14%) :arrow_down:
src/tree_distances.cpp 99.72% <0.00%> (-0.03%) :arrow_down:
src/mast.cpp 100.00% <0.00%> (ø)
src/SplitList.cpp 100.00% <0.00%> (ø)
src/tree_distance_functions.cpp 100.00% <0.00%> (ø)
src/day_1985.cpp 94.27% <0.00%> (+0.10%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6d769b...9677b04. Read the comment docs.