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

docs(cells): simplify docs

parent b87fc9a5
No related branches found
No related tags found
No related merge requests found
...@@ -367,8 +367,8 @@ class Cells: ...@@ -367,8 +367,8 @@ class Cells:
An array with shape (n, 3) where n is the number of mother-daughter pairs found. An array with shape (n, 3) where n is the number of mother-daughter pairs found.
The columns contain: The columns contain:
- tile: the tile where the mother cell is located. - tile: the tile where the mother cell is located.
- mothers: the index of the mother cell within the tile. If there is no mother, this is zero. - mothers: the index of the mother cell within the tile.
- daughters: the index of the daughter cell within the tile. If there is no daughter, this is zero. - daughters: the index of the daughter cell within the tile.
""" """
nested_massign = self.mothers nested_massign = self.mothers
......
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