-
Notifications
You must be signed in to change notification settings - Fork 310
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
[DOC] Incorrect number of unique IP addresses reported in Renumber-2.ipynb #2178
Comments
This issue has been labeled |
It looks like the correct number of unique values is, in fact, 52! This will be updated accordingly in the documentation, and there will be an extra few lines of code to verify that this is the case (using CuPy). |
Fixed issue #2178. Updated to the correct number of unique IPs. Added code to confirm cuGraph results using CuPy. Authors: - Ralph Liu (https://github.com/oorliu) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #2335
This issue has been labeled |
closed by #2335 |
Report incorrect documentation
Location of incorrect documentation
https://github.com/rapidsai/cugraph/blob/branch-22.04/notebooks/structure/Renumber-2.ipynb
Describe the problems or issues found in the documentation
The notebooks concludes with "we can now see that there are only 50 unique IP addresses in the dataset", but the results seem to imply that there are actually 52?
Suggested fix for documentation
Update this conclusion to match the actual number of unique IP addresses
The text was updated successfully, but these errors were encountered: