We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3845f commit 8481a4bCopy full SHA for 8481a4b
python_bindings/tests/bindings_test_labels.py
@@ -80,7 +80,7 @@ def testRandomSelf(self):
80
81
# Query the elements for themselves and measure recall:
82
labels, distances = p.knn_query(data, k=1)
83
- items=p.get_items(labels)
+ items = p.get_items(labels)
84
85
# Check the recall:
86
self.assertAlmostEqual(np.mean(labels.reshape(-1) == np.arange(len(data))), 1.0, 3)
0 commit comments