Beispiel #1
0
 def test_is_usable(self):
     # Should always be usable since this is a shell class.
     ntools.assert_true(LSHNearestNeighborIndex.is_usable())
Beispiel #2
0
 def test_is_usable(self):
     # Should always be usable since this is a shell class.
     self.assertTrue(LSHNearestNeighborIndex.is_usable())