def test_impl_findable(self) -> None: self.assertIn(MRPTNearestNeighborsIndex, NearestNeighborsIndex.get_impls())
def test_impl_findable(self) -> None: # Already here because the implementation is reporting itself as # usable. self.assertIn(FlannNearestNeighborsIndex, NearestNeighborsIndex.get_impls())
def test_findable(self) -> None: assert LSHNearestNeighborIndex in NearestNeighborsIndex.get_impls()