-
Notifications
You must be signed in to change notification settings - Fork 335
removing change blocks and some diagram improvements #5231
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
base: branch-25.10
Are you sure you want to change the base?
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
you should update the NetworkX sections to also use the same Karate datafile. Read the data, this also created a NetworkX Graphdatafile = karate.get_path() |
Co-authored-by: Brad Rees <34135411+BradReesWork@users.noreply.github.com>
Co-authored-by: Brad Rees <34135411+BradReesWork@users.noreply.github.com>
Co-authored-by: Brad Rees <34135411+BradReesWork@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- You need to clear output on Force-Atlas2
- similarity_combined - the copyright should be a range
- notebooks/cugraph_benchmarks/pagerank_benchmark.ipynb - needs copyright updated
@@ -184,7 +179,7 @@ | |||
"metadata": {}, | |||
"source": [ | |||
"----\n", | |||
"Copyright (c) 2023, NVIDIA CORPORATION.\n", | |||
"Copyright (c) 2025, NVIDIA CORPORATION.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Copyright (c) 2025, NVIDIA CORPORATION.\n", | |
"Copyright (c) 2023-2025, NVIDIA CORPORATION.\n", |
resolves #5181