NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.83k stars 899 forks source link

remove invalid/empty lines from datapack #704

Closed faneshion closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #704 into 2.2-dev will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           2.2-dev     #704     +/-   ##
==========================================
+ Coverage    93.47%   93.78%   +0.3%     
==========================================
  Files           83       85      +2     
  Lines         2546     2673    +127     
==========================================
+ Hits          2380     2507    +127     
  Misses         166      166
Impacted Files Coverage Δ
matchzoo/engine/base_preprocessor.py 89.47% <ø> (ø) :arrow_up:
matchzoo/preprocessors/naive_preprocessor.py 100% <100%> (ø) :arrow_up:
matchzoo/preprocessors/dssm_preprocessor.py 97.29% <100%> (ø) :arrow_up:
matchzoo/preprocessors/cdssm_preprocessor.py 97.67% <100%> (ø) :arrow_up:
matchzoo/preprocessors/basic_preprocessor.py 100% <100%> (ø) :arrow_up:
matchzoo/data_pack/data_pack.py 100% <100%> (ø) :arrow_up:
matchzoo/contrib/models/hbmp.py 100% <0%> (ø)
matchzoo/contrib/models/esim.py 100% <0%> (ø)

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 b93a985...2cfc4bb. Read the comment docs.