# Examples from pyvista.core._validation.check.check_nonnegative
# ==============================================================

# Check if an array's values are non-negative.
from pyvista import _validation
_validation.check_nonnegative([1, 2, 3])

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

