rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.72k stars 302 forks source link

[FEA]: Address warnings and issues in notebooks and tests #3068

Closed BradReesWork closed 5 months ago

BradReesWork commented 1 year ago

Is this a new feature, an improvement, or a change to existing functionality?

Change

How would you describe the priority of this feature request

Low (would be nice)

Please provide a clear description of problem this feature solves

Running notebooks, including in CI, is generating a number of warning messages that should be addressed

cugraph/tests/test_pagerank.py: 90 warnings /opt/conda/envs/test/lib/python3.9/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py:108: DeprecationWarning: networkx.pagerank_scipy is deprecated and will be removed in NetworkX 3.0, use networkx.pagerank instead. return pagerank_scipy(

cugraph/tests/test_sssp.py: 10 warnings /opt/conda/envs/test/lib/python3.9/site-packages/cugraph/traversal/sssp.py:113: DeprecationWarning: This function is deprecated in favor of cupy.from_dlpack cp.fromDlpack(sorted_df["predecessor"].to_dlpack()),

Describe your ideal solution

Go through all the notebook and examine the warning message and deterime if the can be addressed

Describe any alternatives you have considered

No response

Additional context

No response

Code of Conduct

BradReesWork commented 1 year ago

PR #3126 addresses the Dlpack warnings

acostadon commented 5 months ago

This issue is outdated but notebook warnings persist. Need to create an Epic and add warnings that are currently active.