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