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
change tools._scalar_out/_array_out arg name to avoid collision with builtin input function (#800)
* replace Pandas item() implementation with numpy's using .values
* force value to np.ndarray to enable universal use of .item()
* rename function parameters to arg instead of input
* convert last input to arg
* remove extra lines
0 commit comments