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

jakirkham / dask-distance / 538 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix_license_typo
DEFAULT BRANCH: master
Ran 08 Oct 2017 07:52AM 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 07:49AM UTC coverage: 100.0%. First build
PYVER="3.6"

push

travis-ci

jakirkham
Vectorize away for-loop in pdist internal

Eliminate the `for`-loop and condition checking with `pdist`'s wrapper
function. Instead make use of boolean arrays and `nonzero` to extract
the relevant indices to compute over. Also make use of NumPy's
`apply_along_axis` to replace the `for`-loop with a vectorized NumPy
operation. Speeds up computation a bit for the diagonal blocks where
many of pairs of coordinates do not need the metric computed.

324 of 324 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 538.1 (PYVER="3.6")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 538
  • Travis Job 538.1
  • bc67232f on github
  • Next Job for PYVER="3.6" on temp (#539.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