Skip to content

Commit b4db702

Browse files
Update test/downstream/initialization.jl
1 parent 9ca596f commit b4db702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ end
242242
integ = init(prob; initializealg = NoInit())
243243

244244
@testset "Errors without `nlsolve_alg`" begin
245-
SciMLBase.get_initial_values(prob, integ, fn, SciMLBase.OverrideInit(), Val(false))
245+
SciMLBase.get_initial_values(prob, integ, fn, SciMLBase.OverrideInit(), Val(false); abstol, reltol)
246246
end
247247

248248
abstol = 1e-10

0 commit comments

Comments
 (0)