Skip to content

Commit

Permalink
relaxing requirement on norm
Browse files Browse the repository at this point in the history
  • Loading branch information
VChristian committed Sep 24, 2024
1 parent de2ff3b commit b78d567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ using Test, RLinearAlgebra, LinearAlgebra, Random
B = (S*A)' * (S * A)
b = (size(S)[1] * A' * (b - A * zeros(5)))

@test norm(B' * B * rsub.step - B' * b) < eps() * 1e2
@test norm(B' * B * rsub.step - B' * b) < eps() * 1e3
@test x0 zeros(5) + rsub.step
##########################
##########################
Expand Down

0 comments on commit b78d567

Please sign in to comment.