-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue281 handle invalid lines in training data tsv file #299
Issue281 handle invalid lines in training data tsv file #299
Conversation
Codecov Report
@@ Coverage Diff @@
## master #299 +/- ##
==========================================
+ Coverage 99.38% 99.45% +0.07%
==========================================
Files 55 56 +1
Lines 2920 2959 +39
==========================================
+ Hits 2902 2943 +41
+ Misses 18 16 -2
Continue to review full report at Codecov.
|
This pull request introduces 1 alert when merging ec3cc2c into b660eed - view on LGTM.com new alerts:
|
This pull request fixes 1 alert when merging 8786802 into 2fb6108 - view on LGTM.com fixed alerts:
|
.tsv
by giving warning for such line and continuing:2. Hide full traceback for missing file:Edit: missing file case is handled by issue #318.
This closes #281.