Skip to content

Commit

Permalink
fixing Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Jul 20, 2017
1 parent 5b12955 commit 6ce5864
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python_bindings/tests/bindings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ def _get_index(self, space='cosinesimil'):
return nmslib.init(method='hnsw', space=space)


class SWGraphSplitTestCase(unittest.TestCase, DenseIndexTestMixin):
def _get_index(self, space='cosinesimil'):
return nmslib.init(method='sw-graph-split', space=space)


class SWGraphTestCase(unittest.TestCase, DenseIndexTestMixin):
def _get_index(self, space='cosinesimil'):
return nmslib.init(method='sw-graph', space=space)
Expand Down

0 comments on commit 6ce5864

Please sign in to comment.