Skip to content

Commit 7c1c224

Browse files
Update test/cuda_tests.jl
1 parent 464deab commit 7c1c224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cuda_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ end
6161
@testset begin
6262
@testset "Mode: $(tcond)" for tcond in TERMINATION_CONDITIONS
6363
for nfn in (Base.Fix1(maximum, abs), Base.Fix2(norm, 2), Base.Fix2(norm, Inf))
64-
tcond = DiffEqBase.set_termination_mode_internalnorm(tcond, nfn)
65-
@test_nowarn DiffEqBase.check_convergence(tcond, du, u, uprev, 1e-3, 1e-3)
64+
tcond = NonlinearSolveBase.set_termination_mode_internalnorm(tcond, nfn)
65+
@test_nowarn NonlinearSolveBase.check_convergence(tcond, du, u, uprev, 1e-3, 1e-3)
6666
end
6767
end
6868
end

0 commit comments

Comments
 (0)