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

Correction of error in NamesFiltering due to pandas deprecation #61

Closed AgnesBaud closed 3 years ago

AgnesBaud commented 3 years ago

Description

Intersection between names to keep/remove and the dataframe's rows/columns

Issue(s)

Fixes #59

Definition of Done

codecov-io commented 3 years ago

Codecov Report

Merging #61 (b1266c7) into master (f84954b) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   56.63%   56.77%   +0.13%     
==========================================
  Files          58       58              
  Lines        2214     2221       +7     
==========================================
+ Hits         1254     1261       +7     
  Misses        960      960              
Flag Coverage Δ
unittests 56.77% <100.00%> (+0.13%) :arrow_up:

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

Impacted Files Coverage Δ
moonstone/filtering/basics_filtering.py 98.76% <100.00%> (+0.11%) :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 f84954b...b1266c7. Read the comment docs.