Skip to content

Adding a test to verify that a NetworkXError is raised when calling n…#6265

Merged
dschult merged 3 commits intonetworkx:mainfrom
reneechebbo:improve-test-coverage-for-line-graph-generators-issue-6028
Dec 14, 2022
Merged

Adding a test to verify that a NetworkXError is raised when calling n…#6265
dschult merged 3 commits intonetworkx:mainfrom
reneechebbo:improve-test-coverage-for-line-graph-generators-issue-6028

Conversation

@reneechebbo
Copy link
Copy Markdown
Contributor

@reneechebbo reneechebbo commented Dec 8, 2022

fixes #6028

Copy link
Copy Markdown
Contributor

@rossbar rossbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks @reneechebbo - just a couple suggestions for minor improvements, no blockers though!

reneechebbo and others added 2 commits December 13, 2022 21:19
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
@dschult dschult merged commit 6971d84 into networkx:main Dec 14, 2022
@jarrodmillman jarrodmillman added this to the networkx-3.0 milestone Dec 14, 2022
MridulS pushed a commit to MridulS/networkx that referenced this pull request Feb 4, 2023
networkx#6265)

* Adding a test to verify that a NetworkXError is raised when calling nx.inverse_line_graph on an edgeless graph

* Update networkx/generators/tests/test_line.py

Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
cvanelteren pushed a commit to cvanelteren/networkx that referenced this pull request Apr 22, 2024
networkx#6265)

* Adding a test to verify that a NetworkXError is raised when calling nx.inverse_line_graph on an edgeless graph

* Update networkx/generators/tests/test_line.py

Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Improve test coverage for line graph generators

4 participants