UBC-MDS / nlpsummarize

Python package that provides a nice summary of all character columns in a pandas dataframe.
MIT License
0 stars 1 forks source link

Fixed issue with fasttext pre-trained model download path #73

Closed KarlosMuradyan closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #73 into master will increase coverage by 0.22%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   87.24%   87.46%   +0.22%     
==========================================
  Files           5        5              
  Lines         337      335       -2     
==========================================
- Hits          294      293       -1     
+ Misses         43       42       -1     
Flag Coverage Δ
#unittests 87.46% <85.71%> (+0.22%) :arrow_up:
Impacted Files Coverage Δ
nlpsummarize/dependencies.py 54.28% <50.00%> (-5.18%) :arrow_down:
nlpsummarize/nlp.py 93.47% <100.00%> (+1.44%) :arrow_up:
tests/test_nlpsummarize.py 91.71% <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 297f66b...8906e3e. Read the comment docs.