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.
2 parents 4237c65 + da13368 commit f807dbcCopy full SHA for f807dbc
src/systems/abstractsystem.jl
@@ -320,7 +320,7 @@ for traitT in [
320
elseif is_timeseries_parameter(sys, s)
321
push!(ts_idxs, timeseries_parameter_index(sys, s).timeseries_idx)
322
elseif is_time_dependent(sys) && iscall(s) && issym(operation(s)) &&
323
- is_variable(sys, operation(s)(get_iv(sys)))
+ length(arguments(s)) == 1 && is_variable(sys, operation(s)(get_iv(sys)))
324
# DDEs case, to detect x(t - k)
325
push!(ts_idxs, ContinuousTimeseries())
326
else
0 commit comments