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 52f2191 commit 5e825b6Copy full SHA for 5e825b6
test/basictests.jl
@@ -77,7 +77,7 @@ function test_interface(alg, prob1, prob2)
77
end
78
79
function test_tolerance_update(alg, prob, u)
80
- cache = init(prob, alg; verbose=LinearVerbosity(; error_control=SciMLLogging.WarnLevel(), numerical=SciMLLogging.WarnLevel()))
+ cache = init(prob, alg)
81
LinearSolve.update_tolerances!(cache; reltol = 1e-2, abstol=1e-8)
82
u1 = copy(solve!(cache).u)
83
0 commit comments