Skip to content

Commit a27aaa1

Browse files
committed
Remove cuSpatial notebooks
1 parent 5b40771 commit a27aaa1

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
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-15
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,7 @@
2121
"demo",
2222
]
2323
ignored_filenames = ["-csv", "benchmark", "target", "performance"]
24-
ignored_notebooks = [
25-
'cusignal/api_guide/io_examples.ipynb', # 26gb data download
26-
27-
# following nbs are marked as skipped
28-
'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',
38-
]
24+
ignored_notebooks = []
3925

4026

4127
def get_notebooks(directory: str) -> Iterable[str]:

0 commit comments

Comments
 (0)