Skip to content

Commit 411efc7

Browse files
weird format
1 parent bc53299 commit 411efc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/initializationsystem.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,5 @@ prob = ODEProblem(simpsys, [z => 1.0, y => 1.0], tspan, guesses = [x => 2.0])
428428
sol = solve(prob, Tsit5())
429429
@test sol[1] == [0.0, 1.0]
430430

431-
@test_broken @test_warn "Initialization system is underdetermined. 1 equations for 3 unknowns. Initialization will default to using least squares. To suppress this warning pass warn_initialize_determined = false." prob = ODEProblem(simpsys, [], tspan, guesses = [x => 2.0])
431+
@test_broken @test_warn "Initialization system is underdetermined. 1 equations for 3 unknowns. Initialization will default to using least squares. To suppress this warning pass warn_initialize_determined = false." prob=ODEProblem(
432+
simpsys, [], tspan, guesses = [x => 2.0])

0 commit comments

Comments
 (0)