Skip to content

Commit 50a7ab8

Browse files
committed
bump version
1 parent 258cb96 commit 50a7ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33
authors = ["Francis Gagnon"]
4-
version = "0.8.0"
4+
version = "0.8.1"
55

66
[deps]
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"

src/estimator/internal_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function matrices_internalmodel(model::LinModel)
130130
return Â, B̂u, Ĉ, B̂d, D̂d
131131
end
132132
"Return empty matrices if `model` is not a [`LinModel`](@ref)."
133-
matrices_internalmodel(::SimModel) = tuple(fill(zeros(0, 0),5)...)
133+
matrices_internalmodel(::SimModel) = tuple(fill(zeros(0, 0), 5)...)
134134

135135
@doc raw"""
136136
f̂(estim::InternalModel, x̂, u, d)

0 commit comments

Comments
 (0)