-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Test] Fixing issues related to SampledHeteroCSC
and StaticHeteroCSC
deprecation.
#7799
base: master
Are you sure you want to change the base?
Conversation
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Description
As we can see here:
the
SampledHeteroCSC
andStaticHeteroCSC
classes were expected to be deprecated. Sincepylibcugraphops-24.8
does not contain these classes, theexamples/advanced/cugraph/rgcn.py
test fails. That PR addresses this issue by implementing the necessary changes.Checklist
Please feel free to remove inapplicable items for your PR.
Changes