Skip to content

Commit 5e825b6

Browse files
Oopsie
1 parent 52f2191 commit 5e825b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function test_interface(alg, prob1, prob2)
7777
end
7878

7979
function test_tolerance_update(alg, prob, u)
80-
cache = init(prob, alg; verbose=LinearVerbosity(; error_control=SciMLLogging.WarnLevel(), numerical=SciMLLogging.WarnLevel()))
80+
cache = init(prob, alg)
8181
LinearSolve.update_tolerances!(cache; reltol = 1e-2, abstol=1e-8)
8282
u1 = copy(solve!(cache).u)
8383

0 commit comments

Comments
 (0)