check_data_health¶
- Project.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
health
attribute that isTrue
is all entries in the dict are deemed healthy (empty lists), orFalse
otherwise.- Return type
dict