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

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

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

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.

216 of 216 branches covered (100.0%)

Branch coverage included in aggregate %.

729 of 729 relevant lines covered (100.0%)

2.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 139.1 (PYVER="36") 30 Sep 2018 04:32AM UTC 0
100.0
Travis Job 139.1
2 139.2 (PYVER="35") 30 Sep 2018 04:32AM UTC 0
100.0
Travis Job 139.2
3 139.3 (PYVER="27") 30 Sep 2018 04:32AM UTC 0
98.54
Travis Job 139.3
Source Files on build 139
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #139
  • 783c109c on github
  • Prev Build on master (#476)
  • Next Build on master (#19146339)
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