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

[FIX] Semantic search: fix wrong output when response is None #826

Merged
merged 1 commit into from
May 25, 2022

Conversation

PrimozGodec
Copy link
Collaborator

Issue

Semantic search fail when more than 2 texts are in one chunk and response is None

Description of changes

This PR fixes the fail in the specific case
Also now when the requirement for orange3-text is Orange3>=3.32.0 the callback can be modified to new callback for semantic search.

Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec force-pushed the fix-semantic-search branch from 768fb5d to a2d247b Compare April 22, 2022 08:57
@ajdapretnar
Copy link
Collaborator

@PrimozGodec I think you need to clean this commit history. 😅

@PrimozGodec PrimozGodec force-pushed the fix-semantic-search branch from a2d247b to a243602 Compare April 22, 2022 08:58
@PrimozGodec PrimozGodec force-pushed the fix-semantic-search branch from a243602 to 9d51cb5 Compare April 22, 2022 08:59
@PrimozGodec
Copy link
Collaborator Author

@PrimozGodec I think you need to clean this commit history. 😅

Done, accidentally made a new branch from the wrong branch

@ajdapretnar
Copy link
Collaborator

We've all been there.

@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2022

Codecov Report

Merging #826 (9d51cb5) into master (817055f) will increase coverage by 1.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #826      +/-   ##
==========================================
+ Coverage   75.87%   76.96%   +1.08%     
==========================================
  Files          78       79       +1     
  Lines       10622    11441     +819     
  Branches     1704     1905     +201     
==========================================
+ Hits         8059     8805     +746     
- Misses       2302     2355      +53     
- Partials      261      281      +20     

@PrimozGodec PrimozGodec force-pushed the fix-semantic-search branch from 57fed39 to 9d51cb5 Compare April 25, 2022 11:03
@PrimozGodec PrimozGodec merged commit 4c38b3f into biolab:master May 25, 2022
@PrimozGodec PrimozGodec deleted the fix-semantic-search branch May 25, 2022 10:07
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