Skip to content

Commit

Permalink
Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaretDuff committed Aug 24, 2023
1 parent 03d2805 commit 7af790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrappers/Python/test/test_Operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_PowerMethod(self):
M1op = MatrixOperator(M1)
res1 = M1op.PowerMethod(M1op,5)

# 2x2 nil
# 2x2 matrix, max absolute eigenvalue is not unique and initial vector chosen for non-convergence
with self.assertWarns(Warning):
M1=numpy.array([[2.,1.], [0.,-2.]])
M1op = MatrixOperator(M1)
Expand Down

0 comments on commit 7af790d

Please sign in to comment.