You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / ma / core / any

function

numpy.ma.core:any

source: /numpy/ma/core.py :7063

Summary

Returns True if any of the elements of a evaluate to True.

Extended Summary

Masked values are considered as False during computation.

Refer to numpy.any for full documentation.

See also

numpy.any

equivalent function

numpy.ndarray.any

corresponding function for ndarrays

Aliases

  • numpy.ma.any