Skip to content

Commit

Permalink
mcontriever fix test (castorini#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
crystina-z authored Jun 12, 2023
1 parent faa4003 commit 2071545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_prebuilt_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def test_faiss_miracl(self):
for url in FAISS_INDEX_INFO[key]['urls']:
urls.append(url)

# 18 pFT MS MARCO, 18 pFT MS MARCO all, 16 pFT MS MARCO + per lang (no de, yo)
self.assertEqual(cnt, 52)
# 18 pFT MS MARCO, 18 pFT MS MARCO all, 16 pFT MS MARCO + per lang (no de, yo), 18 mContriever pFT MS MARCO
self.assertEqual(cnt, 70)
self._test_urls(urls)

def test_faiss_msmarco(self):
Expand Down

0 comments on commit 2071545

Please sign in to comment.