deltakit.explorer.types.ObservableFlips.combine#

classmethod ObservableFlips.combine(list_of_data: list[BinaryDataType]) BinaryDataType#

Stack multiple binary tables into one using numpy representation.

Parameters:

list_of_data (List[BinaryDataType]) – list of objects, e.g. decoding predictions or measurements.

Returns:

an object of the class, which invoked the method.

Return type:

BinaryDataType