Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Jan 29, 2021
1 parent 5541fff commit b3937e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LUFactorization/TestLU.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
print(" LUFactors failure: U is not upper-triangular")
if (numpy.linalg.norm(A-L@U)>tol):
checks_out = False
print(" LUFactors failure: A ~= LU")
print(" LUFactors failure: A != LU")
if (checks_out):
print(" LUFactors passes all tests")

Expand Down

0 comments on commit b3937e5

Please sign in to comment.