TransformableDataBlock.check_data_consistency

TransformableDataBlock.check_data_consistency(data, **kwargs)[source]

Checks the data consistency. In particular, checks if the passed data match the DataObjects.

Parameters:
  • data (np.ndarray) – The data matrix including the uuid.

  • kwargs – Arguments passed to the DataObject.check_data_consistency method.