pydims.moveaxis#

pydims.moveaxis(*args, **kwargs)[source]#

Not supported since it relies on a particular axis order.

This function of the Python Array API is not supported by PyDims because it relies on a particular axis order. This library does not support this since it can lead to errors that are hard to debug.

Raises:

NotImplementedError – Always.

Return type:

NoReturn