Skip to content

Commit

Permalink
Merge branch 'master' into ss_conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Sep 27, 2020
2 parents c4f2929 + a3417a3 commit cab77cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: julia
julia:
- 1.0
- 1.3
- 1.5
- nightly
matrix:
allow_failures:
- julia: 1.3
- julia: nightly
fast_finish: true
notifications:
Expand Down
2 changes: 1 addition & 1 deletion src/types/zpk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end
zpk(k::Real, Ts::TimeEvolution) = zpk(eltype(k)[], eltype(k)[], k, Ts)


zpk(sys::StateSpace) = zpk(tf(sys)) # FIXME: probably better with direct conversion
zpk(sys::StateSpace) = zpk(zpkdata(sys)...)

function zpk(G::TransferFunction{TE,S}) where {TE<:TimeEvolution,T0, S<:SisoTf{T0}}
T = typeof(one(T0)/one(T0))
Expand Down

0 comments on commit cab77cf

Please sign in to comment.