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 78a18c4 commit 898307aCopy full SHA for 898307a
test/initializationsystem.jl
@@ -22,7 +22,7 @@ initprob = ModelingToolkit.InitializationProblem(pend, 0.0, [x => 1, y => 0], [g
22
@test initprob isa NonlinearProblem
23
sol = solve(initprob)
24
@test SciMLBase.successful_retcode(sol)
25
-@test sol.u == [0.0, 0.0, 0.0]
+@test sol.u == [0.0, 0.0, 0.0, 0.0]
26
@test maximum(abs.(sol[conditions])) < 1e-14
27
28
initprob = ModelingToolkit.InitializationProblem(
0 commit comments