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

dask / dask-image / 260 / 3
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-6
DEFAULT BRANCH: main
Ran 14 Feb 2019 04:37PM UTC
Files 22
Run time 120min
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

13 Feb 2019 07:29PM UTC coverage: 99.805% (+1.4%) from 98.441%
PYVER="35"

api

travis-ci

web-flow
Optimize out first `where` in `label` (#102)

* Store index and slice iterator before `for`-loop

* Handle `input` block selection in iterator

* Optimize out first `where` in `label`

* Move input selection within `zip`

As `starmap` is less familiar to others, move the selection operation
within `zip` using `map`. This should also make it clearer what the
selection is being used for and what is being selected from.

* Use Python 2/3 compatibility functions

Make use of iterator friendly Python 2/3 `imap` and `izip` functions
when generating the `block_iter`. This should ensure things like `next`
behave correctly (particularly on Python 2).

* Replace `lambda` with `operator.getitem`

Uses `operator.getitem` to make it a bit clearer to the reader as to
what is happening in this map operation (as opposed to the `lambda`).

224 of 225 branches covered (99.56%)

Branch coverage included in aggregate %.

801 of 802 relevant lines covered (99.88%)

1.0 hits per line

Source Files on job 260.3 (PYVER="35")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22349147
  • Travis Job 260.3
  • 1a78285c on github
  • Prev Job for on master (#22349146.4)
  • Next Job for on master (#945.1)
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