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
ENH: Check for __repr__ and __str__ implementation
This adds a check whether `__repr__` or `__str__` appear to be
inherited. If they are, it currently leads to cryptic errors adding
an unnecessary difficulty to creating a custom user DType.
0 commit comments