Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aliby-mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Swain Lab
aliby
aliby-mirror
Commits
269ee5ab
Commit
269ee5ab
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
docs(cells): simplify docs
parent
b87fc9a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/agora/io/cells.py
+2
-2
2 additions, 2 deletions
src/agora/io/cells.py
with
2 additions
and
2 deletions
src/agora/io/cells.py
+
2
−
2
View file @
269ee5ab
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment