Skip to content

Commit

Permalink
removed obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jul 18, 2019
1 parent ff54270 commit e643ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/collections/test_vectorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def test_access(collection):
assert type(collection[innerValues]['test']) == VectorizedHistProxy


def test_copy(collection):
proxy = VectorizedBinProxy(collection, [1, 12, 1, 50])
# def test_copy(collection):
# proxy = VectorizedBinProxy(collection, [1, 12, 1, 50])


@pytest.mark.parametrize(
Expand Down

0 comments on commit e643ec9

Please sign in to comment.