Skip to content

Commit

Permalink
Update src/scimlfunctions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 8, 2024
1 parent d8823c9 commit 2a887de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,6 @@ SymbolicIndexingInterface.is_observed(fn::AbstractSciMLFunction, sym) = has_sys(
function SymbolicIndexingInterface.observed(fn::AbstractSciMLFunction, sym)
if has_observed(fn)
if hasmethod(fn.observed, Tuple{Any})
@show sym
return fn.observed(sym)
else
return (args...) -> fn.observed(sym, args...)
Expand Down

0 comments on commit 2a887de

Please sign in to comment.