Skip to content
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

Use list branching only on spaCy engine #80

Merged
merged 5 commits into from
Aug 20, 2020

Conversation

zaibacu
Copy link
Owner

@zaibacu zaibacu commented Aug 20, 2020

Closes: #79

@codecov
Copy link

codecov bot commented Aug 20, 2020

Codecov Report

Merging #80 into master will decrease coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   92.90%   92.83%   -0.07%     
==========================================
  Files          11       11              
  Lines         620      628       +8     
  Branches      106      107       +1     
==========================================
+ Hits          576      583       +7     
- Misses         30       31       +1     
  Partials       14       14              
Impacted Files Coverage Δ
rita/config.py 91.04% <100.00%> (+1.21%) ⬆️
rita/preprocess.py 99.24% <100.00%> (ø)
rita/engine/translate_standalone.py 86.81% <0.00%> (-1.10%) ⬇️

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 a7189ff...a11b839. Read the comment docs.

@zaibacu zaibacu merged commit 29c852c into master Aug 20, 2020
@zaibacu zaibacu deleted the 79-dont-branch-on-list-in-standalone branch August 20, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't use branching while in Standalone
1 participant