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

matplotlib / matplotlib / 13957
36%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2016 10:43PM UTC
Jobs 2
Files 175
Run time 13min
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
13957

Pull #7454

travis-ci

web-flow
Avoid temporaries when preparing step plots.

The previous implementation of `pts_to_{pre,mid,post}`step was fairly
unefficient: it allocated a large array during validation (`vstack`),
then a second array to build the return tuple, then converted the
columns to a tuple, then immediately converted the tuple back to a new
array at the call site (to construct a Path).  Instead, just create a
single array and work with it all along.

Also some minor related cleanups (moving imports in lines.py, in
particular not exposing the individual `pts_to_*step` functions anymore
(they are not directly used, only via the `STEP_LOOKUP_MAP` mapping).
Pull Request #7454: [MRG+1] Avoid temporaries when preparing step plots.

34813 of 56300 relevant lines covered (61.83%)

1.17 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
12
100.0
lib/matplotlib/cbook.py
92
100.0
lib/matplotlib/lines.py
Jobs
ID Job ID Ran Files Coverage
3 13957.3 (PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1) 14 Nov 2016 10:43PM UTC 0
66.41
Travis Job 13957.3
6 13957.6 (USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=) 14 Nov 2016 10:56PM UTC 0
61.83
Travis Job 13957.6
Source Files on build 13957
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13957
  • Pull Request #7454
  • PR Base - master (#13946)
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