Created
February 12, 2024 16:07
-
-
Save betatim/3e33eba5f18f1cc23a9fe88eec337544 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================================================================================== short test summary info ==================================================================================== | |
FAILED sklearn/model_selection/tests/test_split.py::test_array_api_train_test_split[True-None-cupy.array_api-None-None] - ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() | |
FAILED sklearn/model_selection/tests/test_split.py::test_array_api_train_test_split[True-stratify1-cupy-None-None] - ValueError: kind can only be None or 'stable' | |
FAILED sklearn/model_selection/tests/test_split.py::test_array_api_train_test_split[True-stratify1-cupy.array_api-None-None] - ValueError: The least populated class in y has only 1 member, which is too few. The minimum number of groups for any class cannot be less than 2. | |
FAILED sklearn/model_selection/tests/test_split.py::test_array_api_train_test_split[False-None-cupy.array_api-None-None] - ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() | |
FAILED sklearn/utils/tests/test_array_api.py::test_average_raises_with_wrong_dtype[cupy.array_api-None-None] - TypeError: The array_api namespace does not support the dtype 'complex128' | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X2-_nanmin-inf-cupy] - AssertionError: | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X2-_nanmin-inf-cupy.array_api] - AssertionError: | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X3-reduction3-expected3-cupy] - TypeError: Implicit conversion to a NumPy array is not allowed. Please use `.get()` to construct a NumPy array explicitly. | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X3-reduction3-expected3-cupy.array_api] - TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X4-reduction4-expected4-cupy] - TypeError: Implicit conversion to a NumPy array is not allowed. Please use `.get()` to construct a NumPy array explicitly. | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X4-reduction4-expected4-cupy.array_api] - TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X7-_nanmax--inf-cupy] - AssertionError: | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X7-_nanmax--inf-cupy.array_api] - AssertionError: | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X8-reduction8-expected8-cupy] - TypeError: Implicit conversion to a NumPy array is not allowed. Please use `.get()` to construct a NumPy array explicitly. | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X8-reduction8-expected8-cupy.array_api] - TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X9-reduction9-expected9-cupy] - TypeError: Implicit conversion to a NumPy array is not allowed. Please use `.get()` to construct a NumPy array explicitly. | |
FAILED sklearn/utils/tests/test_array_api.py::test_nan_reductions[X9-reduction9-expected9-cupy.array_api] - TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' | |
========================================================== 17 failed, 115 passed, 2 skipped, 33365 deselected, 157 warnings in 29.25s =========================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment