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
I encountered a TypeError when calling to_str(f: float). The issue occurs because np.base_repr() expects an integer, but the function passes a floating-point number.
Description:
I encountered a TypeError when calling to_str(f: float). The issue occurs because np.base_repr() expects an integer, but the function passes a floating-point number.
Steps to Reproduce:
Error Message:
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: