summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotaj2022-12-05 11:24:02 +0100
committerotaj2022-12-05 11:24:02 +0100
commitc9fed5873d906825feb8e64a940ba415b4d87d89 (patch)
treea7e098e3d15c37fe3986796dc979e1ce8e54d053
parent7ec342a8b116c1a6df7143f271bb5fa885ed83d6 (diff)
downloadaur-faiss-git.tar.gz
no test patch
-rw-r--r--tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests.patch b/tests.patch
deleted file mode 100644
index 49a259a10c06..000000000000
--- a/tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/test_contrib.py b/tests/test_contrib.py
-index 87155e9..ad9f64a 100644
---- a/tests/test_contrib.py
-+++ b/tests/test_contrib.py
-@@ -32,7 +32,7 @@ class TestComputeGT(unittest.TestCase):
- Dnew, Inew = knn_ground_truth(xq, matrix_iterator(xb, 1000), 10)
-
- np.testing.assert_array_equal(Iref, Inew)
-- np.testing.assert_almost_equal(Dref, Dnew, decimal=5)
-+ np.testing.assert_almost_equal(Dref, Dnew, decimal=4)
-
-
- class TestDatasets(unittest.TestCase):