aaronmussig / PhyloDM

Efficient calculation of phylogenetic distance matrices.
GNU General Public License v3.0
45 stars 2 forks source link

Use OpenMP to parallelize PDM methods. #5

Closed aaronmussig closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   99.41%   99.42%           
=======================================
  Files          10       10           
  Lines         517      518    +1     
=======================================
+ Hits          514      515    +1     
  Misses          3        3           
Impacted Files Coverage Δ
phylodm/__init__.py 100.00% <100.00%> (ø)
phylodm/pdm.py 98.30% <100.00%> (ø)
phylodm/symmat.py 100.00% <100.00%> (ø)

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 e48a3bb...df5efec. Read the comment docs.