Skip to content

Commit

Permalink
Add TODO comment for find_maximum_overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 25, 2024
1 parent aaccdc2 commit 73c7ed5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions micall/utils/find_maximum_overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from itertools import chain


# TODO: optimize the time complexity here. In particular, don't use
# the slow `numpy.convolve`.

def find_maximum_overlap(arr1: Sequence[object],
arr2: Sequence[object],
) -> int:
Expand Down

0 comments on commit 73c7ed5

Please sign in to comment.