From 134af3d3b3f704a799df8f31de964fb54dc4ae3c Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 7 Mar 2024 13:34:48 -0600 Subject: [PATCH] skip cusp nbs --- context/test_notebooks.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/context/test_notebooks.py b/context/test_notebooks.py index faaa2b8b..96538aad 100755 --- a/context/test_notebooks.py +++ b/context/test_notebooks.py @@ -25,7 +25,11 @@ ignored_filenames = ["-csv", "benchmark", "target", "performance"] ignored_notebooks = [ 'cusignal/api_guide/io_examples.ipynb', # 26gb data download - 'cugraph/algorithms/layout/Force-Atlas2.ipynb' # marked as skipped + + # following nbs are marked as skipped + 'cugraph/algorithms/layout/Force-Atlas2.ipynb', + 'cuspatial/binary_predicates.ipynb', + 'cuspatial/cuproj_benchmark.ipynb' ]