Skip to content

Commit 82b9b40

Browse files
fix: disambiguate observed
1 parent ee84d23 commit 82b9b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nonlinearsystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ end
424424

425425
sys3 = structural_simplify(sys)
426426
nlsys = NonlinearSystem(sys3)
427-
@test length(equations(nlsys)) == length(observed(nlsys)) == 1
427+
@test length(equations(nlsys)) == length(ModelingToolkit.observed(nlsys)) == 1
428428

429429
prob = NonlinearProblem(sys3, [q => 2.0])
430430
@test prob.f.initialization_data.initializeprobmap === nothing

0 commit comments

Comments
 (0)