-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello,
I tried to test to IdentificationToolbox.jl but I get the following error:
ERROR: LoadError: LoadError: MethodError: no method matching _getpolys(::IdentificationToolbox.PolyModel{Val{:siso},IdentificationToolbox.FullPolyOrder{Val{:mimo}},IdentificationToolbox.ARX}, ::Array{Float64,1}) Closest candidates are: _getpolys(::IdentificationToolbox.PolyModel{S,IdentificationToolbox.FullPolyOrder{S},M}, ::Array{T<:Real,1}) where {T<:Real, S, M} at C:\Users\alaz\.julia\v0.6\IdentificationToolbox\src\methods/pem.jl:86 _getpolys(::IdentificationToolbox.PolyModel{S,IdentificationToolbox.MPolyOrder,M}, ::Array{T<:Real,1}) where {T<:Real, S, M} at C:\Users\alaz\.julia\v0.6\IdentificationToolbox\src\methods/pem.jl:207
It seems that the PolyModel object passed to the method _getpolys does not have the correct signature.