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

dask-image / dask-ndfilters / 296 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 24 May 2017 07:05PM UTC
Files 10
Run time 0s
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

24 May 2017 07:02PM UTC coverage: 100.0%. Remained the same
PYVER="3.4"

Pull #29

travis-ci

web-flow
Drop setting `name` in `map_overlap`

Dask apparently requires the `name` passed to `map_blocks`/`map_overlap`
to be unique for each computation. So the `name` typically has a hash of
the arguments tacked onto it. However when the `name` is specified
externally this hashing doesn't occur and it is expected the user will
do their own hashing. As we weren't handling the hashing previously, it
seems the most recent computation would take the value for the hash
regardless of what array it was computed on or any other arguments. For
now simply drop passing `name` so that hashing will be done for us. We
can revisit setting `name` in the future if we need to.
Pull Request #29: Allow Dask to set name for map_overlap

309 of 309 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 296.3 (PYVER="3.4")
  • Tree
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 296
  • Travis Job 296.3
  • 2c756a98 on github
  • Prev Job for PYVER="3.4" on master (#291.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