motleystate / moonstone

Library to perform Metagenomics data analysis with Python
https://moonstone.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

fixes bug with np.nan in BetaDiversity #68

Closed AgnesBaud closed 3 years ago

AgnesBaud commented 3 years ago

Description

dropna() from possible group in _get_grouped_df in BetaDiversity

Issue(s)

Fixes #67

Definition of Done

codecov-io commented 3 years ago

Codecov Report

Merging #68 (61a131f) into master (3e88649) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   56.81%   56.81%           
=======================================
  Files          58       58           
  Lines        2246     2246           
=======================================
  Hits         1276     1276           
  Misses        970      970           
Flag Coverage Δ
unittests 56.81% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
moonstone/analysis/diversity/beta.py 69.69% <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 3e88649...61a131f. Read the comment docs.