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

dask / dask / 11557
53%

Build:
DEFAULT BRANCH: master
Ran 22 May 2019 08:32PM UTC
Jobs 1
Files 109
Run time 13s
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
11557

push

travis-ci

TomAugspurger
Make map_blocks work with drop_axis + block_info (#4831)

The amount of code is actually reduced, because I deleted some code that
should never be used: it was trying to cater for arrays in kwargs, but
the API says the kwargs must not be arrays.

Instead of trying to track axes that appear and disappear, the axis
labels that are already computed (for passing to blockwise) are
leveraged to simplify the indexing logic. The current block location is
represented as a dictionary from axis label to block index, and then the
location for the current input array is looked up through that
dictionary. This may have a minor performance impact because there is
now an extra per-chunk dictionary being thrown around.

Closes #4584.

17568 of 19343 relevant lines covered (90.82%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11557.3 (PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 22 May 2019 08:32PM UTC 0
90.82
Travis Job 11557.3
Source Files on build 11557
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11557
  • e3024d9d on github
  • Prev Build on master (#11554)
  • Next Build on master (#11558)
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