[CI] Test with latest RAPIDS. (#7816) (#8164)

This commit is contained in:
Jiaming Yuan 2022-08-13 01:06:52 +08:00 committed by GitHub
parent 9c653378e2
commit 9d816d9988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ def run_with_dask_dataframe(DMatrixT: Type, client: Client) -> None:
cp.testing.assert_allclose(single_node, predictions.compute())
np.testing.assert_allclose(single_node,
series_predictions.compute().to_array())
series_predictions.compute().to_numpy())
predt = dxgb.predict(client, out, X)
assert isinstance(predt, dd.Series)