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

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

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

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

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 260.1 (PYVER="37") 14 Feb 2019 04:25PM UTC 0
99.61
Travis Job 260.1
2 260.2 (PYVER="36") 14 Feb 2019 04:31PM UTC 0
99.61
Travis Job 260.2
3 260.3 (PYVER="35") 14 Feb 2019 04:37PM UTC 0
99.81
Travis Job 260.3
4 260.4 (PYVER="27") 14 Feb 2019 04:40PM UTC 0
98.44
Travis Job 260.4
Source Files on build 260
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #260
  • 1a78285c on github
  • Prev Build on master (#22349146)
  • Next Build on master (#945)
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