Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sort_connected_components #31

Merged
merged 1 commit into from
Aug 3, 2024
Merged

sort_connected_components #31

merged 1 commit into from
Aug 3, 2024

Conversation

mmatera
Copy link
Contributor

@mmatera mmatera commented Aug 3, 2024

In WMA, ConnectedComponents returns a list of sorted elements. The result of networkx was compabible with this behaviour until 3.1, where the result seems to be returned unsorted. This makes doctests fail in master for Python 3.10. This PR should fix that issue.

Base automatically changed from track-doc-api-changes to master August 3, 2024 20:43
@rocky
Copy link
Member

rocky commented Aug 3, 2024

LGTM and thanks!

@rocky rocky merged commit fa50659 into master Aug 3, 2024
2 checks passed
@rocky rocky deleted the sort_connected_components branch August 3, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants