Skip to content

Commit

Permalink
Move dispatched geometries into cuspatial.testing package.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcom committed Aug 3, 2023
1 parent ace45b7 commit 2a3345b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 580 deletions.
2 changes: 1 addition & 1 deletion notebooks/benchmarks/binary_predicates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"import time\n",
"import geopandas\n",
"from shapely.geometry import GeometryCollection\n",
"from cuspatial.tests.binpreds.binpred_test_dispatch import (\n",
"from cuspatial.testing.test_geometries import (\n",
" features,\n",
" point_point_dispatch_list,\n",
" point_linestring_dispatch_list,\n",
Expand Down
Loading

0 comments on commit 2a3345b

Please sign in to comment.