Skip to content

Commit

Permalink
Merge pull request #638 from AyodeAwe/skip-cusp-nbs
Browse files Browse the repository at this point in the history
Skip cuspatial notebook tests
  • Loading branch information
AyodeAwe authored Apr 16, 2024
2 parents f6bff26 + 134af3d commit e10934a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion context/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]


Expand Down

0 comments on commit e10934a

Please sign in to comment.