Skip to content

Commit 90506bf

Browse files
committed
doc: debug doctest
1 parent 7caf13e commit 90506bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ julia> estim = SteadyKalmanFilter(LinModel(tf(3, [10, 1]), 0.5), nint_ym=[2], di
125125
126126
julia> u = [1]; y = [3 - 0.1]; x̂ = round.(initstate!(estim, u, y), digits=3)
127127
3-element Vector{Float64}:
128-
5.0
128+
10.0
129129
0.0
130130
-0.1
131131

0 commit comments

Comments
 (0)