pyxc.core.processor.checker
Module Contents
Functions
|
Check whether the provided array is structured. |
- pyxc.core.processor.checker.is_structured_array(array: numpy.ndarray) bool[source]
Check whether the provided array is structured.
- Parameters:
- array
np.ndarray Array to be checked.
- array
- Returns:
- bool
True if the provided array is a structured array. False when the provided array is a non-structured array.
Notes