Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alibylite
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
alibylite
Commits
4f14e97e
Commit
4f14e97e
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
change(picker): import agora tools
parent
e183bdb8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/postprocessor/core/reshapers/picker.py
+3
-3
3 additions, 3 deletions
src/postprocessor/core/reshapers/picker.py
with
3 additions
and
3 deletions
src/postprocessor/core/reshapers/picker.py
+
3
−
3
View file @
4f14e97e
...
...
@@ -5,9 +5,9 @@ import pandas as pd
from
agora.abc
import
ParametersABC
from
agora.io.cells
import
Cells
from
agora.utils.association
import
validate_association
from
agora.utils.kymograph
import
drop_mother_label
,
get_index_as_np
from
agora.utils.cast
import
_str_to_int
from
agora.utils.kymograph
import
drop_mother_label
from
postprocessor.core.lineageprocess
import
LineageProcess
...
...
@@ -100,7 +100,7 @@ class Picker(LineageProcess):
self
.
_log
(
f
"
No lineage assignment
"
)
indices
=
np
.
array
([])
return
np
.
array
(
list
(
indices
)
)
return
np
.
array
(
tuple
(
map
(
_str_to_int
,
x
))
for
x
in
indices
)
def
switch_case
(
self
,
...
...
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