Skip to content
Snippets Groups Projects
Commit dd5c4b36 authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

Merge branch 'issue-035-037' of git.ecdf.ed.ac.uk:swain-lab/aliby/aliby into issue-035-037

parents 887d20d5 df5f830a
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ class picker(LineageProcess):
self.daughters = np.array([])
else:
self.mothers, self.daughters = (
self.cells.mothers_daughters[:, 1],
self.cells.mothers_daughters[:, 2],
tuple(self.cells.mothers_daughters[:, 1]),
tuple(self.cells.mothers_daughters[:, 2]),
)
for alg, op, *params in self.sequence:
if indices:
......
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