Skip to content

Commit

Permalink
CI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Apr 14, 2024
1 parent 4de56f8 commit babc43b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/Krylov-IRTest/mpgmtest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ function get_gmir_results(n, TA; test6416 = false, debug = false)
end
return TAok
end

function testnorm(delnorm, TA, alpha)
if TA == Float64
normok = (alpha < 750.0) ? (delnorm < 1.e-13) : (delnorm < 1.e-10)
else
normok = (alpha < 750.0) ? (delnorm < 1.e-5) : (delnorm < 1.e-2)
end
normok || println("delnorm= $delnorm ; precision= $TA, alpha = $alpha")
return normok
end

0 comments on commit babc43b

Please sign in to comment.