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

Qiskit / retworkx / 708 / 3
97%
master: 97%

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

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

1515 of 1677 relevant lines covered (90.34%)

2791.38 hits per line

Source Files on job 708.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 244
  • Travis Job 708.3
  • 12ecedfe on github
  • Prev Job for on master (#706.3)
  • Next Job for on master (#726.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

© 2026 Coveralls, Inc