rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
620 stars 154 forks source link

[FEA] Execute example code in CI #697

Open isVoid opened 2 years ago

isVoid commented 2 years ago

Is your feature request related to a problem? Please describe. Cuspatial example codes currently isn't run in CI and will likely fall out of sync easily. We should execute the example code in CI.

Describe the solution you'd like Similar to cudf https://github.com/rapidsai/cudf/pull/9815, cugraph https://github.com/rapidsai/cugraph/issues/1904.

harrism commented 1 year ago

Is this closed since we implemented #954 ?

isVoid commented 1 year ago

@harrism Hmm I don’t think so. This one is about testing examples in python docstrings. The recent addition is about adding test to notebooks.