summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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):