Skip to content

Commit

Permalink
Delete an incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkraemer committed Jan 8, 2025
1 parent 9d9a44d commit ee7830b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_eig/test_eigh_partial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@


def test_equal_to_linalg_eigh(nrows=10):
"""The output of full-depth decomposition should be equal (*) to linalg.svd().
(*) Note: The singular values should be identical,
and the orthogonal matrices should be orthogonal. They are not unique.
"""
eigvals = np.arange(1.0, 1.0 + nrows)
A = test_util.symmetric_matrix_from_eigenvalues(eigvals)
v0 = np.ones((nrows,))
Expand Down

0 comments on commit ee7830b

Please sign in to comment.