Skip to content

Replace deprecated numpy aliases of builtins

This MR resolves a number of DeprecationWarnings 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.

Merge request reports