relax test_ivf_train_2level threshold (#2927)

Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2927

Reviewed By: mlomeli1

Differential Revision: D47017009

fbshipit-source-id: cfa1df4b9632b085d3a61b56d8617bebd7e5aad6
pull/2918/head
Gergely Szilvasy 2023-06-26 05:02:47 -07:00 committed by Facebook GitHub Bot
parent 1d7c05de5f
commit 391601dc3f
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ class TestClustering(unittest.TestCase):
# normally 47 / 200 differences
ndiff = (Iref != Inew).sum()
self.assertLess(ndiff, 50)
self.assertLess(ndiff, 51)
class TestBigBatchSearch(unittest.TestCase):