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

Update PropertyGraph to not use deprecated cugraph features #4849

Open
rlratzel opened this issue Jan 7, 2025 · 0 comments
Open

Update PropertyGraph to not use deprecated cugraph features #4849

rlratzel opened this issue Jan 7, 2025 · 0 comments
Assignees

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Jan 7, 2025

Regular use of PropertyGraph results in the following warnings:

/home/user/.local/lib/python3.11/site-packages/cugraph/structure/symmetrize.py:260: FutureWarning: This method is deprecated and will no longer be supported. The symmetrization of the edges are only supported by setting the 'symmetrize' flag to 'True'
  warnings.warn(

/home/user/.local/lib/python3.11/site-packages/cugraph/structure/symmetrize.py:92: FutureWarning: Multi is deprecated and the removal of multi edges will no longer be supported from 'symmetrize'. Multi edges will be removed upon creation of graph instance.

This is the result of the PG code calling the deprecated symmetrize function.

PG should be updated to symmetrize (or drop duplicate edges) differently.

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

No branches or pull requests

2 participants