We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2920c87 commit 6fb107aCopy full SHA for 6fb107a
tests/test_stats.py
@@ -223,4 +223,4 @@ def reduces_major_axis(array_type: ArrayType[Any], axis: Literal[0, 1, None]) ->
223
cls = array_type.inner.cls if array_type.inner else array_type.cls
224
if not issubclass(cls, types.CSBase):
225
return False
226
- return (axis == 1) is (cls.format == "csr")
+ return (axis == 0) is (cls.format == "csr")
0 commit comments