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

JuliaControl / ControlSystems.jl / 722
79%

Build:
DEFAULT BRANCH: master
Ran 29 Jan 2019 12:13PM UTC
Jobs 1
Files 28
Run time 4s
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
722

push

travis-ci

mfalt
revert tf creation change in feedback (#183)

* Update synthesis.jl

In Line 165
tf(P,P+Q),L.Ts) needs to be changed to tf(P[1][end:-1:0],(P+Q)[1][end:-1:0],L.Ts)
Note that Polynomials use 0 index in reverse order.

In Line 140,
q += A^(n-i)*poly[iL] -> q += A^(n-i)*poly[i]
Polynomials use 0-index.

* Add tests for acker

* revert tf creation change in feedback

1231 of 2248 relevant lines covered (54.76%)

142.03 hits per line

Jobs
ID Job ID Ran Files Coverage
3 722.3 29 Jan 2019 12:13PM UTC 0
54.76
Travis Job 722.3
Source Files on build 722
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #722
  • 8b1e24e4 on github
  • Prev Build on master (#713)
  • Next Build on master (#727)
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