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

This commit is contained in:
Jiaming Yuan
2022-05-01 02:55:10 +08:00
committed by GitHub
parent 1b103e1f5f
commit 50d854e02e
2 changed files with 2 additions and 2 deletions

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)