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

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

Build:
Build:
LAST BUILD BRANCH: fix_license_typo
DEFAULT BRANCH: master
Ran 06 Oct 2017 09:22PM 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

06 Oct 2017 09:17PM UTC coverage: 100.0%. Remained the same
PYVER="3.4"

push

travis-ci

jakirkham
In `pdist`, manually slice from `cdist`

Instead of using `triu` and masking out the upper triangle from the
flattened array, simply slice out portions corresponding to the upper
triangle and use `concatenate` to join them all together into the
result.

This confers a number of benefits. First that the shape of the
result is known instead of being unknown. Second no zero arrays are
generated in the process. Third compatibility functions related to
reshaping and generating indices can be dropped reducing the maintenance
overhead.

315 of 315 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 437.3 (PYVER="3.4")
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 437
  • Travis Job 437.3
  • 34cf13d8 on github
  • Prev Job for PYVER="3.4" on pdist_knwn_shape (#435.3)
  • Next Job for PYVER="3.4" on pdist_knwn_shape (#438.3)
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