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 a42c5c6 commit f041a77Copy full SHA for f041a77
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 == [1.0, 0.0, 0.0, 0.0]
+@test sol.u == [0.0, 0.0, 0.0]
26
@test maximum(abs.(sol[conditions])) < 1e-14
27
28
initprob = ModelingToolkit.InitializationProblem(
0 commit comments