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

python-control / python-control / 24 / 1
94%
master: 94%

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

16 Aug 2014 08:34PM UTC coverage: 79.046% (-0.3%) from 79.327%
24.1

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%)

0.79 hits per line

Source Files on job 24.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24
  • Travis Job 24.1
  • 7cf96301 on github
  • Prev Job for on master (#23.1)
  • Next Job for on master (#25.2)
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