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

Readd fixed cuSpatial notebooks #703

Draft
wants to merge 4 commits into
base: branch-25.02
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions context/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,11 @@
]
ignored_filenames = ["-csv", "benchmark", "target", "performance"]
ignored_notebooks = [
'cusignal/api_guide/io_examples.ipynb', # 26gb data download
Copy link
Member

Choose a reason for hiding this comment

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

We can remove this too. cusignal is no longer a part of RAPIDS:


# following nbs are marked as skipped
'cugraph/algorithms/layout/Force-Atlas2.ipynb',

# cuspatial skips should generally follow the list in 'ci/test_notebooks.sh' in https://github.com/rapidsai/cuspatial
'cuspatial/binary_predicates.ipynb',
'cuspatial/cuproj_benchmark.ipynb',
# context on these being skipped: https://github.com/rapidsai/cuspatial/pull/1407
'cuspatial/cuspatial_api_examples.ipynb',
'cuspatial/nyc_taxi_years_correlation.ipynb',
# context on skip zipcodes: https://github.com/rapidsai/cuspatial/issues/1426
'cuspatial/ZipCodes_Stops_PiP_cuSpatial.ipynb',
]


Expand Down
Loading