Skip to content
Snippets Groups Projects
Commit 5efe7349 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

docs(signal): clarify sorting dependency

parent 13e49faa
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ class Signal(BridgeH5):
elif isinstance(dataset, list):
return [self.get_raw(dset) for dset in dataset]
if lineage:
if lineage: # This assumes that df is sorted
mother_label = np.zeros(len(df), dtype=int)
lineage = self.lineage()
a, b = validate_association(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment