Skip to content

Commit 80bc6e7

Browse files
Remove old comment
1 parent bee99fa commit 80bc6e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dpnp/tests/test_linalg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,6 @@ def test_nan_to_inf(self, p):
330330
a = numpy.zeros((2, 2))
331331
ia = dpnp.array(a)
332332

333-
# NumPy returns `inf` for most norms on singular matrices,
334-
# and zero for norm -2.
335-
# DPNP raises LinAlgError for 1, -1, inf, -inf, and 'fro'
336-
# due to use of gesv in 2D case.
337-
# DPNP matches NumPy behavior for [None, 2, -2].
338-
339333
# NumPy does not raise LinAlgError on singular matrices.
340334
# It returns `inf`, `0`, or large/small finite values
341335
# depending on the norm and the matrix content.

0 commit comments

Comments
 (0)