PetrochukM / PyTorch-NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)
https://pytorchnlp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.21k stars 258 forks source link

Fix `enforce_reversible`, `char_n_gram` test, and travis. #79

Closed PetrochukM closed 5 years ago

PetrochukM commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #79 into master will increase coverage by 0.03%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   94.02%   94.06%   +0.03%     
==========================================
  Files          57       57              
  Lines        1524     1534      +10     
==========================================
+ Hits         1433     1443      +10     
  Misses         91       91
Impacted Files Coverage Δ
torchnlp/word_to_vector/char_n_gram.py 100% <100%> (ø) :arrow_up:
torchnlp/encoders/text/text_encoder.py 100% <100%> (ø) :arrow_up:
torchnlp/encoders/encoder.py 95.65% <83.33%> (+0.41%) :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 19e5001...cbfca9b. Read the comment docs.