• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaControl / ControlSystems.jl / 1320
79%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2020 08:02AM UTC
Jobs 3
Files 31
Run time 5min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1320

push

travis-ci-com

web-flow
warning and typing in freqresp for statespace (#338)

* warning and typing in freqresp for statespace

* Remove type assertion

It did not occur for me anymore
```julia
julia> s = ss(tf(1, [1,1]))
StateSpace{Continuous,Float64,Array{Float64,2}}
A = 
 -1.0
B = 
 1.0
C = 
 1.0
D = 
 0.0

Continuous-time state-space model

julia> @code_warntype evalfr(s, 1im)
Variables
  #self#::Core.Compiler.Const(ControlSystems.evalfr, false)
  sys::StateSpace{Continuous,Float64,Array{Float64,2}}
  s::Complex{Int64}
  T::Type{Complex{Float64}}
  R::Array{Complex{Float64},2}
  value::Array{Complex{Float64},2}
  e::Any
  level::Base.CoreLogging.LogLevel
  std_level::Base.CoreLogging.LogLevel
  group::Symbol
  _module::Module
  logger::Union{Nothing, Base.CoreLogging.AbstractLogger}
  id::Symbol
  file::String
  line::Int64
  msg::String
  err::Any

Body::Array{Complex{Float64},2}
```

1 of 1 new or added line in 1 file covered. (100.0%)

1430 of 2480 relevant lines covered (57.66%)

558.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1320.1 01 Oct 2020 08:05AM UTC 0
55.56
Travis Job 1320.1
2 1320.2 01 Oct 2020 08:07AM UTC 0
59.46
Travis Job 1320.2
3 1320.3 01 Oct 2020 08:02AM UTC 0
62.8
Travis Job 1320.3
Source Files on build 1320
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1320
  • 2bdce826 on github
  • Prev Build on master (#1313)
  • Next Build on master (#1323)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc