コード例 #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
ファイル: test_NNI_lsh.py プロジェクト: Kitware/SMQTK
 def test_is_usable(self):
     # Should always be usable since this is a shell class.
     self.assertTrue(LSHNearestNeighborIndex.is_usable())