We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7a90b commit 44c98b8Copy full SHA for 44c98b8
scipy-stubs/sparse/_construct.pyi
@@ -79,7 +79,7 @@ _FmtLIL: TypeAlias = Literal["lil"]
79
_FmtNonCOO: TypeAlias = Literal["bsr", "csc", "csr", "dia", "dok", "lil"]
80
81
_Diag: TypeAlias = _ToArray1D[_SCT] | _ToArray2D[_SCT]
82
-_Offsets: TypeAlias = onp.ToInt | onp.ToIntStrict1D
+_Offsets: TypeAlias = onp.ToInt | onp.ToInt1D
83
84
_DataRVS: TypeAlias = Callable[[int], onp.ArrayND[_Numeric]]
85
0 commit comments