update go mod,

move Wavefront String method to debug file,
minor optimizations
This commit is contained in:
2024-11-05 05:35:46 +00:00
parent 2c7adbef06
commit 8679c51fb0
5 changed files with 146 additions and 143 deletions

View File

@@ -64,7 +64,7 @@ func TestWFA(t *testing.T) {
s2 := sequences.Text()
s2 = s2[1:]
x := wfa.WFAlign(s1, s2, testPenalties, false)
x := wfa.WFAlign(s1, s2, testPenalties, true)
gotScore := x.Score
if gotScore != -1*expectedScore {