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
Raises the following error: TypeError: ufunc 'isinf' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
Expected behavior
The method should work with any numerical dtype on every python version.
The text was updated successfully, but these errors were encountered:
Problem Description
Currently,
learn_rounding_digits()
crashes with the new pandas dtypes onpython 3.8
. Running this code:Raises the following error:
TypeError: ufunc 'isinf' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
Expected behavior
The method should work with any numerical dtype on every python version.
The text was updated successfully, but these errors were encountered: