Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Nov 22, 2024
1 parent 51bf63a commit d509952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def wrap_around_extend(s, ms, dr):
def wrap_around_backtrace(mx, s, ms, dr):
m = len(ms)
i = len(s)
j = 0

#find minimum value
minv = min(mx[i])
Expand Down
4 changes: 2 additions & 2 deletions src/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def __iter__(self):
)

def split_value(self, item):
pass
return None, None

def split_attrs(self, item):
pass
return None, None

def parse_attrs(self, attr_str):
attrs = AttrDict()
Expand Down

0 comments on commit d509952

Please sign in to comment.