py-motmetrics
py-motmetrics copied to clipboard
Get ride of np.bool deprecation warning.
Missed another DeprecationWarning with the last one.
@alexlitz did you see my code comment about public API concern?
@cheind no, I do not see a comment about that.
Here https://github.com/cheind/py-motmetrics/pull/155/files/fc06cd2e66c57250d1322457b59a52232c951ee4
@cheind @alexlitz Please see issue https://github.com/cheind/py-motmetrics/issues/172, I believe merging this PR is pretty urgent.
@facundo-lezama thanks for pointing this out!
I've found that bool_
is part of the public API here
https://numpy.org/doc/stable/user/basics.types.html
So I will merge this to develop.