Skip to content

Commit e3dc15e

Browse files
Update type.jl
1 parent e6451d8 commit e3dc15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problem/type.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function ModelingToolkit.observed(p::AbstractDataDrivenProblem, i = :, j = :)
326326
isempty(x) ? x : getindex(x, i, j)
327327
end
328328

329-
function ModelingToolkit.controls(p::AbstractDataDrivenProblem, i = :, j = :)
329+
function controls(p::AbstractDataDrivenProblem, i = :, j = :)
330330
x = getfield(p, :U)
331331
isempty(x) ? x : getindex(x, i, j)
332332
end

0 commit comments

Comments
 (0)