Skip to content

Commit 6fb107a

Browse files
committed
oops²
1 parent 2920c87 commit 6fb107a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ def reduces_major_axis(array_type: ArrayType[Any], axis: Literal[0, 1, None]) ->
223223
cls = array_type.inner.cls if array_type.inner else array_type.cls
224224
if not issubclass(cls, types.CSBase):
225225
return False
226-
return (axis == 1) is (cls.format == "csr")
226+
return (axis == 0) is (cls.format == "csr")

0 commit comments

Comments
 (0)