Skip to content

Commit 9ca596f

Browse files
Update initialization.jl
1 parent 3a9ebe1 commit 9ca596f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/downstream/initialization.jl

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

244244
@testset "Errors without `nlsolve_alg`" begin
245-
@test_throws SciMLBase.OverrideInitMissingAlgorithm SciMLBase.get_initial_values(
246-
prob, integ, fn, SciMLBase.OverrideInit(), Val(false))
245+
SciMLBase.get_initial_values(prob, integ, fn, SciMLBase.OverrideInit(), Val(false))
247246
end
248247

249248
abstol = 1e-10

0 commit comments

Comments
 (0)