MatchZoo-py icon indicating copy to clipboard operation
MatchZoo-py copied to clipboard

fix parameter error in tutorial

Open RenShuhuai-Andy opened this issue 4 years ago • 1 comments

In tutorial, some parameters of class mz.dataloader.Dataset are mistakenly placed in class mz.dataloader.DataLoader.

RenShuhuai-Andy avatar Dec 30 '19 12:12 RenShuhuai-Andy

Codecov Report

Merging #124 into master will decrease coverage by 1.94%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
- Coverage   95.01%   93.07%   -1.95%     
==========================================
  Files         104      104              
  Lines        3811     3811              
==========================================
- Hits         3621     3547      -74     
- Misses        190      264      +74
Impacted Files Coverage Δ
matchzoo/datasets/snli/load_data.py 26.47% <0%> (-70.59%) :arrow_down:
matchzoo/datasets/wiki_qa/load_data.py 27.77% <0%> (-69.45%) :arrow_down:
matchzoo/datasets/quora_qp/load_data.py 33.33% <0%> (-66.67%) :arrow_down:
matchzoo/utils/get_file.py 73.14% <0%> (-4%) :arrow_down:

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 49548ad...b2aa0ee. Read the comment docs.

codecov[bot] avatar Dec 30 '19 13:12 codecov[bot]