Skip to content

Commit 3b3add0

Browse files
jorenhamCopilot
andauthored
💡 sparse: fix copy-paste error in lil test comments
Co-authored-by: Copilot <[email protected]>
1 parent cb28ea6 commit 3b3add0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/sparse/test_lil.pyi‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ shape2: tuple[int, int]
1414
data2: np.ndarray[tuple[int, int], np.dtype[ScalarType]]
1515

1616
###
17-
# CSC matrix constructor
17+
# LIL matrix constructor
1818
# ruff: noqa: ERA001
1919

2020
# lil_matrix(D)
@@ -38,7 +38,7 @@ assert_type(lil_matrix(shape2, dtype=float), lil_matrix[np.float64])
3838
assert_type(lil_matrix(shape2, dtype=complex), lil_matrix[np.complex128])
3939

4040
###
41-
# CSC array constructor
41+
# LIL array constructor
4242

4343
# lil_array(D)
4444
assert_type(lil_array(data2), lil_array[ScalarType])

0 commit comments

Comments
 (0)