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
Also seeing a corresponding warning with this in some envs:
numpy/core/fromnumeric.py:86: FutureWarning: The behavior of DataFrame.sum with axis=None is deprecated, in a future version this will reduce over both axes and return a scalar. To retain the old behavior, pass axis=0 (or do not pass axis)
TAMS/tams/core.py
Line 799 in 0b74da8
May be able to just use
.sum()
instead. Or pandas suggests switching to.apply('np.sum')
to keep the current behavior.The text was updated successfully, but these errors were encountered: