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

Fix (Multi)DiGraph.__networkx_cache__ initialization #91

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

eriknw
Copy link
Contributor

@eriknw eriknw commented Feb 14, 2025

Regression test added. __networkx_cache__ should be a _GraphCache object to ensure the graph remains valid.

I double-checked to make sure all graph classes are calling the appropriate init of super classes when created.

Also, I fixed a potential infinite loop in scripts/update_readme.py.

@eriknw eriknw added bug Something isn't working improvement Improves an existing functionality non-breaking Introduces a non-breaking change and removed improvement Improves an existing functionality labels Feb 14, 2025
@rlratzel
Copy link
Contributor

rlratzel commented Mar 4, 2025

/merge

@rapids-bot rapids-bot bot merged commit 06e67b3 into rapidsai:branch-25.04 Mar 4, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants