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

# Check if an array has real numbers.
from pyvista import _validation
_validation.check_real([1, 2, 3])

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

