Closed rjzamora closed 9 months ago
Good point @pentschev - I suppose it's probably best to constrain the filter to tests for now. I'll revise, thanks!
Previous run passed, I merged the latest changes just in case. @rjzamora feel free to move this to "Ready for Review" and merging soon afterwards if there's nothing more in this PR. Thanks for working on it!
/merge
Dask CUDA must use the deprecated
dask.dataframe
API until https://github.com/rapidsai/dask-cuda/issues/1311 and https://github.com/rapidsai/cudf/issues/15027 are both closed. This means that we must explicitly filter the following deprecation warning to avoid nighlty CI failures:This PR adds the (temporarily) necessary warning filter.