Skip to content

Commit dd40069

Browse files
authored
Remove cuSpatial notebooks (#742)
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.
1 parent 5b40771 commit dd40069

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

context/notebooks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
set -euo pipefail
1010

11-
NOTEBOOK_REPOS=(cudf cuml cugraph cuspatial)
11+
NOTEBOOK_REPOS=(cudf cuml cugraph)
1212

1313
mkdir -p /notebooks /dependencies
1414
for REPO in "${NOTEBOOK_REPOS[@]}"; do

context/test_notebooks.py

+1-12
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,8 @@
2222
]
2323
ignored_filenames = ["-csv", "benchmark", "target", "performance"]
2424
ignored_notebooks = [
25-
'cusignal/api_guide/io_examples.ipynb', # 26gb data download
26-
27-
# following nbs are marked as skipped
25+
# The following notebooks are skipped in tests
2826
'cugraph/algorithms/layout/Force-Atlas2.ipynb',
29-
'cuspatial/binary_predicates.ipynb',
30-
'cuspatial/cuproj_benchmark.ipynb',
31-
# context on these being skipped: https://github.com/rapidsai/cuspatial/pull/1407
32-
'cuspatial/cuspatial_api_examples.ipynb',
33-
'cuspatial/nyc_taxi_years_correlation.ipynb',
34-
# context on skip zipcodes: https://github.com/rapidsai/cuspatial/issues/1426
35-
'cuspatial/ZipCodes_Stops_PiP_cuSpatial.ipynb',
36-
# context on this being skipped: https://github.com/rapidsai/docker/issues/726
37-
'cuspatial/trajectory_clustering.ipynb',
3827
]
3928

4029

0 commit comments

Comments
 (0)