Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix return-before-assignment bug in notebook test script, add pre-commit, drop cuspatial notebooks #690

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
skip more cuspatial notebooks
  • Loading branch information
jameslamb committed Jul 18, 2024
commit b8116ece94ec6a254af102614fe8522f96e22488
5 changes: 4 additions & 1 deletion context/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
# following nbs are marked as skipped
'cugraph/algorithms/layout/Force-Atlas2.ipynb',
'cuspatial/binary_predicates.ipynb',
'cuspatial/cuproj_benchmark.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'
]


Expand Down