check_data_health#
- check_data_health(obj)[source]#
Checks the health of pore and throat data arrays.
- Parameters:
obj (Base) – A handle of the object to be checked
- Returns:
health – Returns a HealthDict object which is a basic dictionary with an added
healthattribute that isTrueis all entries in the dict are deemed healthy (empty lists), orFalseotherwise.- Return type:
dict