Skip to content

Commit

Permalink
Increment number of MS MARCO faiss indexes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
manveertamber authored Mar 1, 2024
1 parent c85288c commit 50e64a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_prebuilt_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_faiss_msmarco(self):
for url in FAISS_INDEX_INFO[key]['urls']:
urls.append(url)

self.assertEqual(cnt, 17)
self.assertEqual(cnt, 18)
self._test_urls(urls)

def test_faiss_ciral(self):
Expand Down

0 comments on commit 50e64a6

Please sign in to comment.