Skip to content

Commit 66d792e

Browse files
committed
doc: update doctest
1 parent 560812f commit 66d792e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/estimator/execute.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ delayed/predictor (2.) formulation:
235235
```jldoctest
236236
julia> estim2 = SteadyKalmanFilter(LinModel(ss(0.1, 0.5, 1, 0, 4)), nint_ym=0, direct=true);
237237
238-
julia> x̂ = round.(preparestate!(estim2, [1]), digits=3)
238+
julia> x̂ = round.(preparestate!(estim2, [1]), digits=2)
239239
1-element Vector{Float64}:
240-
0.01
240+
0.5
241241
242242
julia> estim1 = SteadyKalmanFilter(LinModel(ss(0.1, 0.5, 1, 0, 4)), nint_ym=0, direct=false);
243243

0 commit comments

Comments
 (0)