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.
observed
1 parent ee84d23 commit 82b9b40Copy full SHA for 82b9b40
test/nonlinearsystem.jl
@@ -424,7 +424,7 @@ end
424
425
sys3 = structural_simplify(sys)
426
nlsys = NonlinearSystem(sys3)
427
- @test length(equations(nlsys)) == length(observed(nlsys)) == 1
+ @test length(equations(nlsys)) == length(ModelingToolkit.observed(nlsys)) == 1
428
429
prob = NonlinearProblem(sys3, [q => 2.0])
430
@test prob.f.initialization_data.initializeprobmap === nothing
0 commit comments