Skip to content

Commit

Permalink
remove extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dschult committed Dec 26, 2023
1 parent 5d92dcf commit 120fa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy/sparse/tests/test_minmax1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from numpy.testing import assert_equal, assert_array_equal

from scipy.sparse import coo_array # , dok_array
from scipy.sparse import coo_array
from scipy.sparse._sputils import isscalarlike


Expand All @@ -16,7 +16,7 @@ def toarray(a):
return a.toarray()


formats_for_minmax = [coo_array] # , dok_array]
formats_for_minmax = [coo_array]


@pytest.mark.parametrize("spcreator", formats_for_minmax)
Expand Down

0 comments on commit 120fa26

Please sign in to comment.