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 had missed that numpy's `str_` (and `unicode_` on Py2) derive from the
corresponding builtin type(s), so `isinstance(x, six.string_types)` is
just as good.
0 commit comments