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

semantic_search - fix callback to return proportions #747

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

PrimozGodec
Copy link
Collaborator

@PrimozGodec PrimozGodec commented Nov 9, 2021

Issue

Semantic search implement a callback that gives bool (success) instead of proportion like it is made in other embedders.

Description of changes
  • Implement a callback that gets proportions instead.
  • cleanup docstrings and update types
  • remove unused imports
Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2021

Codecov Report

Merging #747 (19d5ae6) into master (b99a1c8) will decrease coverage by 0.01%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #747      +/-   ##
==========================================
- Coverage   74.35%   74.34%   -0.02%     
==========================================
  Files          73       73              
  Lines        9669     9669              
  Branches     1320     1321       +1     
==========================================
- Hits         7189     7188       -1     
  Misses       2227     2227              
- Partials      253      254       +1     

@VesnaT VesnaT merged commit b3511fa into biolab:master Nov 9, 2021
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