Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
refactor(scorefn): move query coord into doc indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Sep 17, 2019
1 parent b04c8aa commit 7626f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_score_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_doc_combine_score_fn(self):
s.chunk.doc_id = 1

s = msg.response.search.topk_results.add()
s.score.value = 0.1
s.score.value = 0.2
s.score.explained = '"2-c2"'
s.chunk.doc_id = 2

Expand Down

0 comments on commit 7626f0c

Please sign in to comment.