Skip to content

Commit

Permalink
reduced similarity needed for mini alignment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed May 22, 2024
1 parent 67dd067 commit 3a1325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/miniAlignmentsTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def testDrawMiniAlignment(self, input, expected, type, keep_numbers, plot_type,
channel_axis=-1,
data_range=1)
print ("%s %s %s %s %s" % (type, plot_type, pal, gapcol, simi))
self.assertTrue(simi > 0.9)
self.assertTrue(simi > 0.85)


class DrawMarkUpTest(unittest.TestCase):
Expand Down

0 comments on commit 3a1325f

Please sign in to comment.