Michael Wang
Michael Wang
Would it be better to place the dev docs in rapids documentation along side with API reference for better visibility?
As discussed in weekly, we maintain `trajectory` module and `interpolate` module. The `interpolate` module is refactored as generic interpolation functions. Specifically, argument `t` is renamed as `x` for general independent...
During rewriting the docs, I was trying to run micro benchmarks to find out about the performance cut-off point and raise warnings for users about a "too-small input". But the...
@thomcom currently, in `CubicSpline` code we intentionally to avoid API parity with scipy because we want to avoid user calling the API when the input data size is small: https://github.com/rapidsai/cuspatial/blob/19a8d3fada453f411d1b29a6d9449bc1c0e0c2fe/python/cuspatial/cuspatial/core/interpolate.py#L45-L47...
> a set of 15 trajectories of length 1m Do you mean 15 curves, each curve has 1,000,000 vertices? > Creating the curve object still takes 15x as long (which...
rerun tests
Checklist or separate issues?
I was using the default images.
`points_in_range.cuh` `hausdorff_test.cu` was missing thrust headers and stopped CI. Curious why it was passing compilation before...
rerun tests (Seems like the rest of the CI is blocked by the fixes included in this PR)