Skip to content

Commit 51f590c

Browse files
committed
debug: correct method for Luenberger model modification
1 parent 3ed42e4 commit 51f590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/luenberger.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function update_estimate!(estim::Luenberger, y0m, d0, u0)
137137
end
138138

139139
"Throw an error if `setmodel!` is called on `Luenberger` observer w/o the default values."
140-
function setmodel!(estim::Luenberger, model, args...)
140+
function setmodel_estimator!(estim::Luenberger, model, args...)
141141
if estim.model !== model
142142
error("Luenberger does not support setmodel!")
143143
end

0 commit comments

Comments
 (0)