delicatessen.utilities.identity

identity(value)

Identity transformation. Used to transform input into itself (i.e., no transformation in applied).

Note

This function doesn’t actually apply any transformation. It is used for arbitrary function calls that apply transformations, and this is called when no transformation is to be applied

Parameters

value (float, ndarray, list) – A single value or an array of values

Returns

Return type

value