magicDGS / popgenlib

Population Genetics Java Library
MIT License
0 stars 0 forks source link

Fix countsToFrequencies using decimal64 precision #17

Closed magicDGS closed 7 years ago

magicDGS commented 7 years ago

Otherwise, frequencies computed with this method fails validation in our own framework.

codecov[bot] commented 6 years ago

Codecov Report

Merging #17 into master will decrease coverage by 0.204%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master       #17       +/-   ##
===============================================
- Coverage     95.588%   95.385%   -0.204%     
  Complexity        31        31               
===============================================
  Files              3         3               
  Lines             68        65        -3     
  Branches           4         4               
===============================================
- Hits              65        62        -3     
  Misses             3         3
Impacted Files Coverage Δ Complexity Δ
...icdgs/popgenlib/diversity/NucleotideDiversity.java 94.118% <100%> (-1.12%) 13 <1> (ø)
...a/org/magicdgs/popgenlib/utils/FrequencyUtils.java 97.368% <100%> (+0.071%) 11 <0> (ø) :arrow_down: