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
Problem: np.object was a deprecated alias for the builtin object. To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe.
Resolution:
Use “object” instead of “np.object” in your code. And then use “bool” instead of “np.bool” in your code.
No description provided.
The text was updated successfully, but these errors were encountered: