Skip to content

Commit

Permalink
lessen test strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlebring committed Jun 28, 2023
1 parent 1e5947a commit 2605468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compan.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using LinearAlgebra
Dc,Vc = polyeig(pep,DefaultEigSolver);

ind = argmin(abs.(λa .- Dc)./abs(λa));
@test (abs(λa-Dc[ind])/abs(λa) < tolerance*1000)
@test (abs(λa-Dc[ind])/abs(λa) < tolerance*4000)


########################
Expand Down

0 comments on commit 2605468

Please sign in to comment.