Skip to content

Commit

Permalink
Add back test disabled for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Feb 10, 2018
1 parent 9ec04e6 commit 03a552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/tests/test_coo.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_elemwise_scalar(func, scalar, convert_to_np_number):
(operator.le, 3),
(operator.eq, 1),
])
@pytest.mark.parametrize('convert_to_np_number', [True])
@pytest.mark.parametrize('convert_to_np_number', [True, False])
def test_leftside_elemwise_scalar(func, scalar, convert_to_np_number):
xs = sparse.random((2, 3, 4), density=0.5)
if convert_to_np_number:
Expand Down

0 comments on commit 03a552f

Please sign in to comment.