Dataset.check_data_consistency
- Dataset.check_data_consistency(**kwargs)[source]
Checks the consistency of the data objects in the dataset, when compared to the data contained in the dataset. This essentially checks if the domain specified for the data objects matches the true domain in the data.
- Parameters:
**kwargs – Keyword arguments to be passed to the DataBlock.check_data_consistency method.