Skip to content

Commit 3655e4c

Browse files
Update test/cuda_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17ee5a6 commit 3655e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cuda_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ end
6565

6666
@testset "Mode: $(tcond)" for tcond in NORM_TERMINATION_CONDITIONS
6767
for nfn in (Base.Fix1(maximum, abs), Base.Fix2(norm, 2), Base.Fix2(norm, Inf))
68-
@test_nowarn NonlinearSolveBase.check_convergence(tcond(nfn), du, u, uprev, 1e-3, 1e-3)
68+
@test_nowarn NonlinearSolveBase.check_convergence(
69+
tcond(nfn), du, u, uprev, 1e-3, 1e-3)
6970
end
7071
end
7172
end

0 commit comments

Comments
 (0)