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

Document Embedder: fix default language setting #716

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

PrimozGodec
Copy link
Collaborator

Issue

In #565 set English as default with setting the language in the dropdown which didn't change setting correctly. So set was still the language used before. In cases when the default language was changed to English wrong embedder was used.

Description of changes

Setting English as default via default setting.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2021

Codecov Report

Merging #716 (7270943) into master (9e9cc0a) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
+ Coverage   74.15%   74.20%   +0.04%     
==========================================
  Files          72       72              
  Lines        9573     9572       -1     
  Branches     1305     1305              
==========================================
+ Hits         7099     7103       +4     
+ Misses       2226     2221       -5     
  Partials      248      248              

@djukicn
Copy link
Collaborator

djukicn commented Sep 9, 2021

Good catch! This was already solved in #701 but should have been merged sooner.

@djukicn djukicn merged commit bb2337a into biolab:master Sep 9, 2021
@PrimozGodec PrimozGodec deleted the embedding-fix-defualt-languge branch September 9, 2021 11:39
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.

3 participants