semantique.exceptions.UnknownDimensionError

semantique.exceptions.UnknownDimensionError#

exception semantique.exceptions.UnknownDimensionError[source]#

Raised when an unexisting dimension is referenced.

This occurs for example when one wants to extract coordinates of a specific dimension from an array that does not contain this dimension, or try to reduce an array along an unexisting dimension.