Replace deprecated numpy aliases of builtins
This MR resolves a number of DeprecationWarning
s from numpy by replacing any usage of deprecated aliases with the relevant builtin, see https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations.
This MR resolves a number of DeprecationWarning
s from numpy by replacing any usage of deprecated aliases with the relevant builtin, see https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations.