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

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

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2020 12:00PM 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

11 Jul 2020 11:56AM UTC coverage: 85.489% (+0.1%) from 85.389%
579.3

push

travis-ci-com

web-flow
Add remove_nodes_from method (#95)

* Add remove_nodes_from method

This commit adds a new method to PyGraph and PyDiGraph (which includes
PyDAG), remove_nodes_from, which enables removing multiple nodes at
once.

As part of this addition there was an obvious gap in the documentation
and testing for remove_node() for when it was called with an invalid
node index. While the behavior was defined it was never called out or
tested for. This commit took the opportunity to do this since it was
tangentially related to the new methods being added here.

* Fix copy and paste issues with tests

The previous commit copy and pasted the PyDAG/PyDiGraph tests for the new
method into the PyGraph tests but neglected to update them to actually
use a PyGraph instead. This results in a coverage gap as we ended up
running the PyDAG/PyDiGraph version twice and never running it for
PyGraph. This commit fixes the oversight and updates the graph test
methods to actually use a PyGraph.

1249 of 1461 relevant lines covered (85.49%)

1421.3 hits per line

Source Files on job 579.3
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 141
  • Travis Job 579.3
  • 0be41a46 on github
  • Prev Job for on master (#572.3)
  • Next Job for on master (#589.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