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

python-control / python-control / 152
94%

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2016 01:13AM UTC
Jobs 4
Files 28
Run time 31s
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
152

push

travis-ci

slivingston
Merge pull request #101 "Refactored matrix inversions (see #85 and #91)"
https://github.com/python-control/python-control/pull/101

Changes are from branch `master` of
https://github.com/mp4096/python-control.git

There was merge conflict in how a for-loop was refactored into
`map` (here) vs. list comprehension (from PR #110).

I compared the two alternatives using %timeit of Jupyter for matrices
that would correspond to LTI systems with 10 state dimensions, 2
inputs, 2 outputs (so, the A matrix has shape (10, 10), B matrix has
shape (10,2), etc.), and with 100 state dimensions, 20 inputs,
20 outputs, all using matrices from numpy.random.random((r,c)).

The difference in timing performance does not appear
significant. However, the case of `map` was slightly faster
(approximately 500 to 900 ns less in duration), so I decided to use
that one to resolve the merge conflict.

44 of 44 new or added lines in 5 files covered. (100.0%)

2269 of 2935 relevant lines covered (77.31%)

3.09 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
control/canonical.py
1
100.0
control/statefbk.py
1
100.0
control/statesp.py
2
100.0
control/modelsimp.py
3
100.0
control/mateqn.py
Jobs
ID Job ID Ran Files Coverage
1 152.1 31 Dec 2016 01:13AM UTC 0
77.31
Travis Job 152.1
2 152.2 31 Dec 2016 01:13AM UTC 0
77.17
Travis Job 152.2
3 152.3 31 Dec 2016 01:13AM UTC 0
77.17
Travis Job 152.3
4 152.4 31 Dec 2016 01:13AM UTC 0
77.17
Travis Job 152.4
Source Files on build 152
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #152
  • c71222af on github
  • Prev Build on master (#150)
  • Next Build on master (#153)
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