Skip to content

Commit c22f2db

Browse files
fix: fix concrete_getu for DDEs
1 parent ae95c7d commit c22f2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ function. It does NOT work for solutions.
649649
"""
650650
Base.@nospecializeinfer function concrete_getu(indp, syms::AbstractVector)
651651
@nospecialize
652-
obsfn = SymbolicIndexingInterface.observed(indp, syms)
652+
obsfn = build_explicit_observed_function(indp, syms; wrap_delays = false)
653653
return ObservedWrapper{is_time_dependent(indp)}(obsfn)
654654
end
655655

0 commit comments

Comments
 (0)