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 f632576 commit b160316Copy full SHA for b160316
test/dde.jl
@@ -124,7 +124,7 @@ sol = solve(prob, MethodOfSteps(Tsit5()))
124
obsfn = ModelingToolkit.build_explicit_observed_function(
125
sys, [sys.osc1.delx, sys.osc2.delx])
126
@test_nowarn sol[[sys.osc1.delx, sys.osc2.delx]]
127
-@test sol[sys.osc1.delx] ≈ sol(sol.t .- 0.01; idxs = sys.osc1.x)
+@test sol[sys.osc1.delx] ≈ sol(sol.t .- 0.01; idxs = sys.osc1.x).u
128
129
@testset "DDE observed with array variables" begin
130
@component function valve(; name)
0 commit comments