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

Qiskit / retworkx / 708
97%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2020 11:31AM UTC
Jobs 1
Files 7
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

20 Aug 2020 11:27AM UTC coverage: 90.34% (+0.04%) from 90.305%
708

push

travis-ci-com

web-flow
Add strongly connected components function (#111)

* Add strongly connected components function

This commit adds a function for computing the strongly connected
components from a PyDiGraph (and PyDAG) object. It returns a list of
lists of node ids of the strongly connected components.

* Add missing space to text_signature

* Use Kosaraju's algorithm instead of tarjan

The petgraph tarjan_scc() function is causing segfaults in some
scenarios. I'm not really sure if this is because of an issue with
petgraph or the combination of petgraph and PyO3 since both have
unstable blocks which could potentially lead to a segfault. Either way
switching the the implementation to use petgraph's kosaraju_scc function
solves this problem.

* Adjust assertion based on review comments

6 of 6 new or added lines in 1 file covered. (100.0%)

1515 of 1677 relevant lines covered (90.34%)

2791.38 hits per line

Jobs
ID Job ID Ran Files Coverage
3 708.3 20 Aug 2020 11:31AM UTC 0
90.34
Travis Job 708.3
Source Files on build 708
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #708
  • 12ecedfe on github
  • Prev Build on master (#706)
  • Next Build on master (#726)
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