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
Changes isinstance check to match for isinstance of Sequence rather than not isinstance of int. This seems more robust and the previous check was causing issues for numpy.int64 typed keys.
0 commit comments