Remove size 1 dimensions from the data array in place.
See also
expand_dims, flip, transpose
The size 1 axes to remove. By default, all size 1 axes are removed. Size 1 axes for removal are identified by their integer positions in the data array.
i : bool, optional
out : cf.Variable
>>> v.squeeze() >>> v.squeeze(1) >>> v.squeeze([1, 2])
cf.CellMeasure.sin
cf.CellMeasure.transpose
Enter search terms or a module, class or function name.