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

change(docs): clean up todos

parent 5089753a
No related branches found
No related tags found
No related merge requests found
...@@ -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 activate automatic release # TODO add more tests before activating auto-release
# Bump_release: # Bump_release:
# stage: release # stage: release
# script: # script:
......
...@@ -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)
......
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