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

jakirkham / dask-distance / 539 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix_license_typo
DEFAULT BRANCH: master
Ran 08 Oct 2017 08:04AM 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:53AM UTC coverage: 100.0%. Remained the same
PYVER="3.5"

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 539.2 (PYVER="3.5")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 539
  • Travis Job 539.2
  • 79e6047d on github
  • Prev Job for PYVER="3.5" on temp (#538.2)
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

© 2025 Coveralls, Inc