-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
⚠️ CI failed on Linux_Nightly.pylatest_pip_scipy_dev (last failure: Dec 05, 2024) ⚠️ #30315
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
Comments
Apparently, we try to affect a float value generated from the grid into a column of integer and it will fail in Pandas 3.0. We could change the test such that we don't trigger the issue. However, we should revisit this use case: potentially a user pass integral values to represent categories; so sampling floating values do not make sense. So we might want to always raise an error mentioning that you should either convert in to float or declare it as a categorical feature. I have to look at it in more details. |
CI is no longer failing! ✅Successful run on Dec 09, 2024 |
This seems weird that the failure does not seem deterministic ...
|
The latest in
|
This is probably a consequence of scipy/scipy#21824. I need to read more carefully, but I think this is not a bug, and we have to adapt our test. |
I can reproduce the
|
@lesteve I have found a fix for |
This has been fixed by #30409. |
Uh oh!
There was an error while loading. Please reload this page.
CI is still failing on Linux_Nightly.pylatest_pip_scipy_dev (Dec 05, 2024)
The text was updated successfully, but these errors were encountered: