From 3e13d02ec27b4139896bda1cc39c2dfe6b95df3b Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 7 Aug 2024 17:18:16 -0700 Subject: [PATCH 1/2] Readd fixed cuSpatial notebooks --- context/test_notebooks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/context/test_notebooks.py b/context/test_notebooks.py index 6487745f..18beb850 100755 --- a/context/test_notebooks.py +++ b/context/test_notebooks.py @@ -28,11 +28,6 @@ 'cugraph/algorithms/layout/Force-Atlas2.ipynb', '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', ] From 8edc602784c4f71c4c00f49793d5bdb75dd7b8bb Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 31 Jan 2025 11:47:17 -0600 Subject: [PATCH 2/2] update skipped notebooks list --- context/test_notebooks.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/context/test_notebooks.py b/context/test_notebooks.py index 18beb850..1490cdff 100755 --- a/context/test_notebooks.py +++ b/context/test_notebooks.py @@ -22,10 +22,9 @@ ] ignored_filenames = ["-csv", "benchmark", "target", "performance"] ignored_notebooks = [ - 'cusignal/api_guide/io_examples.ipynb', # 26gb data download - - # 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', ]