Skip to content

Commit

Permalink
removed TODO from completed KLIFS tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Oct 16, 2024
1 parent 9cd8edc commit 86288ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def find_start_or_end_idx_recursively(

return idx_out

# TODO find_start_or_end_idx_recursively kwargs

def return_partial_alignments(
self,
idx: int,
Expand Down Expand Up @@ -680,7 +680,7 @@ def iterate_klifs_alignment(
i for i in substr_idx if i >= start and i <= end
]

# TODO: final partial alignment algorithm
# final partial alignment algorithm
for idx, substr_idx in enumerate(self.list_substring_idxs):
if substr_idx == []:
# check exact match
Expand Down

0 comments on commit 86288ec

Please sign in to comment.