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

jakirkham / dask-distance / 527 / 3
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix_license_typo
DEFAULT BRANCH: master
Ran 08 Oct 2017 12:19AM UTC
Files 5
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

08 Oct 2017 12:13AM UTC coverage: 100.0%. First build
PYVER="3.4"

push

travis-ci

jakirkham
Use irange in pdist

Was using the builtin `range` in `pdist`, however its behavior differs
between Python 2 and Python 3, which makes it more likely to introduce
bugs due to Python version incompatibilities. Not to mention potentially
different performance profiles for the different Python versions. To fix
this, use our compatible `irange`, which is iterable on Python 2 and
Python 3.

290 of 290 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 527.3 (PYVER="3.4")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 527
  • Travis Job 527.3
  • 5d8dec49 on github
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