Skip to content

Commit

Permalink
👽️ sparse: abandon the plan add >2-d support to csc_array
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 17, 2024
1 parent 25af394 commit 2c10239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-stubs/sparse/_typing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ToShape3dNd: TypeAlias = tuple[op.CanIndex, op.CanIndex, op.CanIndex, Unpack[tup
Shape: TypeAlias = onp.AtLeast1D
ShapeBSR: TypeAlias = tuple[int, int]
ShapeCOO: TypeAlias = onp.AtLeast1D
ShapeCSC: TypeAlias = onp.AtLeast2D
ShapeCSC: TypeAlias = tuple[int, int]
ShapeCSR: TypeAlias = tuple[int, int] | tuple[int]
ShapeDIA: TypeAlias = tuple[int, int]
ShapeDOK: TypeAlias = tuple[int, int] | tuple[int]

0 comments on commit 2c10239

Please sign in to comment.