Skip to content

Commit

Permalink
relax test_ivf_train_2level threshold (#2927)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2927

Reviewed By: mlomeli1

Differential Revision: D47017009

fbshipit-source-id: cfa1df4b9632b085d3a61b56d8617bebd7e5aad6
  • Loading branch information
algoriddle authored and facebook-github-bot committed Jun 26, 2023
1 parent 1d7c05d commit 391601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def test_ivf_train_2level(self):

# normally 47 / 200 differences
ndiff = (Iref != Inew).sum()
self.assertLess(ndiff, 50)
self.assertLess(ndiff, 51)


class TestBigBatchSearch(unittest.TestCase):
Expand Down

0 comments on commit 391601d

Please sign in to comment.