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

JuliaControl / ControlSystems.jl / 722 / 3
79%
master: 79%

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

29 Jan 2019 12:01PM UTC coverage: 54.76%. Remained the same
722.3

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

Source Files on job 722.3
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 518
  • Travis Job 722.3
  • 8b1e24e4 on github
  • Prev Job for on master (#713.3)
  • Next Job for on master (#727.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