You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the underlying array gets passed to ensure_int_or_float they don't return integer as expected. The issue here is due to the fact that the astype signature doesn't have casting as a parameter like other types going through ensure_int_or_float do
The text was updated successfully, but these errors were encountered:
Unearthed as part of #27424
When the underlying array gets passed to ensure_int_or_float they don't return integer as expected. The issue here is due to the fact that the
astype
signature doesn't havecasting
as a parameter like other types going throughensure_int_or_float
doThe text was updated successfully, but these errors were encountered: