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

Remove cuSpatial notebooks #742

Merged
merged 2 commits into from
Mar 12, 2025

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Mar 9, 2025

This PR removes cuSpatial notebooks from the notebook container. Most of these notebooks are unsupported for various reasons, so this ensures the notebook container ships examples that are widely supported.

@bdice
Copy link
Contributor Author

bdice commented Mar 9, 2025

/ok to test

@bdice
Copy link
Contributor Author

bdice commented Mar 9, 2025

Notebook failures include:

  • a cuGraph failure like No module named 'cugraph.experimental.datasets from the Force Atlas notebook. I'm pretty sure this is a known failure? I've certainly seen it before. I'm not sure if it has been worked on yet.
  • ARM jobs are also showing a Jitify failure, which we've been observing upstream in cuDF as well. We don't have a solution for this yet.

Given that these are known failures, I think this PR succeeded in its goals of removing cuSpatial notebooks.

@gforsyth
Copy link

  • No module named 'cugraph.experimental.datasets

I believe this has been moved to cugraph.datasets

@bdice
Copy link
Contributor Author

bdice commented Mar 10, 2025

Fix for that is here: rapidsai/cugraph#4964

I added back a skip for the cuGraph notebook. I only meant to remove cuSpatial and cuSignal notebooks.

@bdice bdice marked this pull request as ready for review March 10, 2025 20:42
@bdice bdice requested a review from a team as a code owner March 10, 2025 20:42
@bdice bdice requested a review from raydouglass March 10, 2025 20:42
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you for doing this.

rapids-bot bot pushed a commit to rapidsai/cugraph that referenced this pull request Mar 12, 2025
We have some failing notebooks in the Docker image because `cugraph.experimental.datasets` doesn't exist. This appears to be promoted to `cugraph.datasets`, so I updated code referencing the old location.

This corrects failures observed in rapidsai/docker#742.

Authors:
  - Bradley Dice (https://github.com/bdice)
  - Don Acosta (https://github.com/acostadon)

Approvers:
  - Don Acosta (https://github.com/acostadon)

URL: #4964
@raydouglass raydouglass merged commit dd40069 into rapidsai:branch-25.04 Mar 12, 2025
62 of 63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants