Skip to content

Commit

Permalink
fix typo (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
MXueguang committed May 12, 2021
1 parent 5529bf3 commit e764797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_encoded_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_tct_colbert_msmarco_doc_dev(self):

def test_ance_maxp_msmarco_doc_dev(self):
encoder = QueryEncoder.load_encoded_queries('ance_maxp-msmarco-doc-dev')
topics = get_topics('maxp-msmarco-doc-dev')
topics = get_topics('msmarco-doc-dev')
for t in topics:
self.assertTrue(topics[t]['title'] in encoder.embedding)

Expand Down

0 comments on commit e764797

Please sign in to comment.