Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Dask test failure on the CI. #10752

Open
trivialfis opened this issue Aug 26, 2024 · 1 comment
Open

Nightly Dask test failure on the CI. #10752

trivialfis opened this issue Aug 26, 2024 · 1 comment

Comments

@trivialfis
Copy link
Member

trivialfis commented Aug 26, 2024

https://buildkite.com/xgboost/xgboost-ci-nightly/builds/112#01918c85-4840-4c49-a56b-d6925b74c5ac
test_dask_dataframe

/opt/miniforge/envs/gpu_test/lib/python3.10/site-packages/pandas/core/construction.py:818:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
arr = [0, 1, 2, 3, 4, 5, ...], dtype = dtype('int64')
    def maybe_cast_to_integer_array(arr: list | np.ndarray, dtype: np.dtype) -> np.ndarray:
        assert dtype.kind in "iu"
        try:
            if not isinstance(arr, np.ndarray):
                with warnings.catch_warnings():
                    # We already disallow dtype=uint w/ negative numbers
                    # (test_constructor_coercion_signed_to_unsigned) so safe to ignore.
                    if not np_version_gt2:
                        warnings.filterwarnings(
                            "ignore",
                            "NumPy will stop allowing conversion of "
                            "out-of-bound Python int",
                            DeprecationWarning,
                        )
>                   casted = np.asarray(arr, dtype=dtype)
E                   ValueError: invalid literal for int() with base 10: 'predict'

https://buildkite.com/xgboost/xgboost-ci-nightly/builds/113

Only tests with nightly packages is affected at the moment.

@trivialfis trivialfis changed the title Dask test failure on the CI. Nightly Dask test failure on the CI. Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@trivialfis and others