We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c25e3 commit 09073b9Copy full SHA for 09073b9
test/cuda_tests.jl
@@ -60,7 +60,7 @@ end
60
61
@testset begin
62
@testset "Mode: $(tcond)" for tcond in TERMINATION_CONDITIONS
63
- @test_nowarn NonlinearSolveBase.check_convergence(tcond(), du, u, uprev, 1e-3, 1e-3)
+ @test_nowarn NonlinearSolveBase.check_convergence(tcond, du, u, uprev, 1e-3, 1e-3)
64
end
65
66
@testset "Mode: $(tcond)" for tcond in NORM_TERMINATION_CONDITIONS
0 commit comments