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

matplotlib / matplotlib / 13957 / 6
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2016 10:56PM UTC
Files 175
Run time 11s
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

14 Nov 2016 10:12PM UTC coverage: 61.835% (-0.007%) from 61.842%
USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=

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

0.62 hits per line

Source Files on job 13957.6 (USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13957
  • Travis Job 13957.6
  • a1512924 on github
  • Prev Job for USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS= on master (#13946.6)
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