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

dask / dask-image / 139 / 3
100%
main: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-7
DEFAULT BRANCH: main
Ran 30 Sep 2018 04:32AM UTC
Files 21
Run time 1s
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

30 Sep 2018 04:27AM UTC coverage: 98.539% (-1.5%) from 100.0%
PYVER="27"

push

travis-ci

web-flow
Consolidate summation in `_ravel_shape_indices` (#72)

Instead of using the Python `sum` function on Dask Arrays, which will
handle the reduction one pair at a time thus generating a large graph,
use `atop` with a special summation kernel. This handles summation of
all of the Dask Arrays in one function and returns the result. Thus
simplifying the addition into one node. To simplify the Dask graph
further, move the creation of singleton axes into the
`_ravel_shape_indices` kernel function as well. This avoids adding these
steps needlessly to the graph of each `arange`. Plus NumPy should be
able to do these for basically free. As a result graph construction by
`_ravel_shape_indices` should be merely using `arange` to construct
indices for each dimensions and combining these into the resultant
raveled indices with `atop` and the custom kernel function.

221 of 229 branches covered (96.51%)

Branch coverage included in aggregate %.

723 of 729 relevant lines covered (99.18%)

0.99 hits per line

Source Files on job 139.3 (PYVER="27")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 18844325
  • Travis Job 139.3
  • 783c109c on github
  • Prev Job for on master (#476.1)
  • Next Job for on master (#19146339.3)
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