Skip to content

Commit b2c2765

Browse files
authored
Merge branch 'branch-25.04' into more-repo-checks
2 parents a3711b5 + dd40069 commit b2c2765

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
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-14
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,8 @@
2424
]
2525
ignored_filenames = ["-csv", "benchmark", "target", "performance"]
2626
ignored_notebooks = [
27-
'cusignal/api_guide/io_examples.ipynb', # 26gb data download
28-
29-
# following nbs are marked as skipped
27+
# The following notebooks are skipped in tests
3028
'cugraph/algorithms/layout/Force-Atlas2.ipynb',
31-
'cuspatial/binary_predicates.ipynb',
32-
'cuspatial/cuproj_benchmark.ipynb',
33-
# context on these being skipped: https://github.com/rapidsai/cuspatial/pull/1407
34-
'cuspatial/cuspatial_api_examples.ipynb',
35-
'cuspatial/nyc_taxi_years_correlation.ipynb',
36-
# context on skip zipcodes: https://github.com/rapidsai/cuspatial/issues/1426
37-
'cuspatial/ZipCodes_Stops_PiP_cuSpatial.ipynb',
38-
# context on this being skipped: https://github.com/rapidsai/docker/issues/726
39-
'cuspatial/trajectory_clustering.ipynb',
40-
# context on this being skipped: https://github.com/rapidsai/docker/issues/740
41-
'cuspatial/Taxi_Dropoff_Reverse_Geocoding.ipynb',
4229
]
4330

4431

0 commit comments

Comments
 (0)