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

python-control / python-control / 24
94%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2014 09:06PM UTC
Jobs 3
Files 47
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
24

push

travis-ci

cwrowley
Fix bug in dare so that it returns a stabilizing solution

The new implementation calls the routine
    scipy.linalg.solve_discrete_are(A, B, Q, R)
which is included in scipy versions >= 0.11.  The old implementation
using slycot did satisfy the Riccati equation, but did not return a
stabilizing solution.  The scipy implementation apparently works
correctly, though.  This change fixes #8.

Unit tests now make sure closed-loop eigenvalues lie inside
the unit circle.

Note: the scipy implementation handles only the case S = 0, E = I,
the default values.  If S and E are specified, the old routine (using
slycot) is called.  This passes the existing tests, but the tests
include only one simple case, so it would be good to test this more
extensively.

4010 of 5073 relevant lines covered (79.05%)

2.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24.1 16 Aug 2014 09:06PM UTC 0
79.05
Travis Job 24.1
2 24.2 16 Aug 2014 09:08PM UTC 0
79.31
Travis Job 24.2
3 24.3 16 Aug 2014 09:11PM UTC 0
79.31
Travis Job 24.3
Source Files on build 24
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #24
  • 7cf96301 on github
  • Prev Build on master (#23)
  • Next Build on master (#25)
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