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
2163ac31
Commit
2163ac31
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
change(docs): clean up todos
parent
5089753a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
src/agora/utils/merge.py
+0
-1
0 additions, 1 deletion
src/agora/utils/merge.py
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
2163ac31
...
@@ -67,7 +67,7 @@ Static Type:
...
@@ -67,7 +67,7 @@ Static Type:
-
poetry run mypy . --exclude 'setup\.py$'
-
poetry run mypy . --exclude 'setup\.py$'
# We can remove the flag once this is resolved https://github.com/pypa/setuptools/issues/2345
# We can remove the flag once this is resolved https://github.com/pypa/setuptools/issues/2345
# TODO add more tests before activat
e
auto
matic
release
# TODO add more tests before activat
ing
auto
-
release
# Bump_release:
# Bump_release:
# stage: release
# stage: release
# script:
# script:
...
...
This diff is collapsed.
Click to expand it.
src/agora/utils/merge.py
+
0
−
1
View file @
2163ac31
...
@@ -56,7 +56,6 @@ def apply_merges(data: pd.DataFrame, merges: np.ndarray):
...
@@ -56,7 +56,6 @@ def apply_merges(data: pd.DataFrame, merges: np.ndarray):
def
join_tracks_pair
(
target
:
np
.
ndarray
,
source
:
np
.
ndarray
)
->
np
.
ndarray
:
def
join_tracks_pair
(
target
:
np
.
ndarray
,
source
:
np
.
ndarray
)
->
np
.
ndarray
:
"""
"""
Join two tracks and return the new value of the target.
Join two tracks and return the new value of the target.
TODO replace this with arrays only.
"""
"""
target_copy
=
copy
(
target
)
target_copy
=
copy
(
target
)
end
=
find_1st
(
target_copy
[::
-
1
],
0
,
cmp_larger
)
end
=
find_1st
(
target_copy
[::
-
1
],
0
,
cmp_larger
)
...
...
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