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 link to Github repo #21

Closed nzw0301 closed 6 years ago

PetrochukM commented 6 years ago

Hi There!

Sorry for the travis failure. Looks like one of the dataset websites had their SSL certificate expire; therefore, our checks failed. I pushed a commit to this pull request to skip that check until they fix their SSL problems.

Thanks!

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   94.47%   94.47%   -0.01%     
==========================================
  Files          54       54              
  Lines        1520     1501      -19     
==========================================
- Hits         1436     1418      -18     
+ Misses         84       83       -1
Impacted Files Coverage Δ
torchnlp/datasets/multi30k.py 100% <ø> (+4.54%) :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 a467965...a4b6282. Read the comment docs.