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.
concrete_getu
1 parent fa25e5d commit fef2c34Copy full SHA for fef2c34
src/systems/problem_utils.jl
@@ -649,7 +649,7 @@ function. It does NOT work for solutions.
649
"""
650
Base.@nospecializeinfer function concrete_getu(indp, syms::AbstractVector)
651
@nospecialize
652
- obsfn = SymbolicIndexingInterface.observed(indp, syms)
+ obsfn = build_explicit_observed_function(indp, syms; wrap_delays = false)
653
return ObservedWrapper{is_time_dependent(indp)}(obsfn)
654
end
655
0 commit comments