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
/usr/local/lib/python2.7/dist-packages/cooler/_binning.py:81: FutureWarning: 'argmax' is deprecated. Use 'idxmax' instead. The behavior of 'argmax' will be corrected to return the posi
tional maximum in the future. Use 'series.values.argmax' to get the position of the maximum now.
chrmax = loadings.argmax()
I assume this is related to numpy/pandas, but I couldn't tell, not sure if it will make any impact, but I thought I would mention it.
The text was updated successfully, but these errors were encountered:
Hi, I got a warning:
I assume this is related to numpy/pandas, but I couldn't tell, not sure if it will make any impact, but I thought I would mention it.
The text was updated successfully, but these errors were encountered: