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 5baefd5 commit 0b8b501Copy full SHA for 0b8b501
test/Blocks/utils.jl
@@ -33,10 +33,10 @@ end
33
34
initsys = ModelingToolkit.generate_initializesystem(sys)
35
initsys = structural_simplify(initsys)
36
- initprob = NonlinearProblem(initsys, [t=>0])
+ initprob = NonlinearProblem(initsys, [t => 0])
37
initsol = solve(initprob)
38
39
- @test initsol[sys.so.xd] == 1.0
+ @test initsol[sys.so.xd] == 1.0
40
@test initsol[sys.so.u] == 1.0
41
end
42
0 commit comments