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

dask / dask-image / 259
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-6
DEFAULT BRANCH: main
Ran 13 Feb 2019 07:34PM UTC
Jobs 4
Files 22
Run time 111min
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
259

push

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`).

211 of 212 branches covered (99.53%)

Branch coverage included in aggregate %.

801 of 802 relevant lines covered (99.88%)

3.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 259.1 (PYVER="37") 13 Feb 2019 07:34PM UTC 0
99.61
Travis Job 259.1
2 259.2 (PYVER="36") 13 Feb 2019 07:35PM UTC 0
99.61
Travis Job 259.2
3 259.3 (PYVER="35") 13 Feb 2019 07:40PM UTC 0
99.81
Travis Job 259.3
4 259.4 (PYVER="27") 13 Feb 2019 07:41PM UTC 0
98.44
Travis Job 259.4
Source Files on build 259
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #259
  • 1a78285c on github
  • Prev Build on master (#938)
  • Next Build on master (#22349146)
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