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

Qiskit / retworkx / 639
97%

Build:
DEFAULT BRANCH: master
Ran 17 Jul 2020 11:53AM UTC
Jobs 1
Files 6
Run time 1s
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

17 Jul 2020 11:50AM UTC coverage: 89.132% (+0.6%) from 88.56%
639

push

travis-ci-com

web-flow
Add dijkstra shortest_path_lengths functions (#96)

* Add dijkstra shortest_path_lengths functions

This commit adds a new function for finding the shortest path lengths
from a node. This is built using the dijkstra's algorithm function from
the upstream petgraph lib, however because the data for the graphs being
traversed are PyObjects we needed to be able to handle python exceptions
gracefully (instead of panicking) which was not possible with the upstream
dijkstra function. So this function has been forked into retworkx and
modified to hand PyResult<> wrapped returns from the callables.

* Add tests for edge cases

* Improve input node detection for output dict

80 of 80 new or added lines in 2 files covered. (100.0%)

1427 of 1601 relevant lines covered (89.13%)

1173.55 hits per line

Jobs
ID Job ID Ran Files Coverage
3 639.3 17 Jul 2020 11:53AM UTC 0
89.13
Travis Job 639.3
Source Files on build 639
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #639
  • 7d889f9a on github
  • Prev Build on master (#637)
  • Next Build on master (#643)
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