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

JuliaControl / ControlSystems.jl / 1320 / 1
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2020 08:05AM UTC
Files 31
Run time 5s
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

01 Oct 2020 07:50AM UTC coverage: 55.56% (-7.2%) from 62.775%
1320.1

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}
```

1379 of 2482 relevant lines covered (55.56%)

174.35 hits per line

Source Files on job 1320.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 998
  • Travis Job 1320.1
  • 2bdce826 on github
  • Prev Job for on master (#1313.3)
  • Next Job for on master (#1323.3)
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