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 FutureWarnings in Graph Creation #4167

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

nv-rliu
Copy link
Contributor

@nv-rliu nv-rliu commented Feb 12, 2024

Addresses #4163
https://github.com/rapidsai/graph_dl/issues/498

This PR uses iloc when referencing the index in a Series object, which removes the FutureWarning that was seen at graph creation.

@nv-rliu nv-rliu requested a review from a team as a code owner February 12, 2024 22:09
@nv-rliu nv-rliu mentioned this pull request Feb 12, 2024
2 tasks
@nv-rliu nv-rliu added bug Something isn't working non-breaking Non-breaking change labels Feb 12, 2024
@rlratzel
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit fe69e7f into rapidsai:branch-24.04 Feb 13, 2024
114 checks passed
@nv-rliu nv-rliu deleted the b2404-future-warning-fix branch February 13, 2024 16:26
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 Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants