Skip to content

Commit

Permalink
A few more coordinates and legnth adjustments.
Browse files Browse the repository at this point in the history
test_MafIO_index.py passes (for me).
  • Loading branch information
blaiseli committed Nov 30, 2015
1 parent 6dba5cb commit ebeee03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/test_MafIO_index.py
Expand Up @@ -302,7 +302,7 @@ def test_correct_retrieval_1(self):
# 16169492, 171521, 7816, 1309]))
set([3014742, 6283, 184202, 1257,
3014778,
3014795, 184257, 6365, 15871286, 16389854, 16169492, 16169492, 7816, 1309,
3014795, 184257, 6365, 15871286, 16389854, 16169492, 171521, 7816, 1309,
3014842, 1371, 7842, 171548, 16169512, 16389874, 15871306, 6404, 184317, 14750994,
3015028, 1616, 8040, 171763, 16169731, 6627, 184539,
3018161, 16390178, 15871611, 16169818,
Expand Down Expand Up @@ -370,8 +370,8 @@ def test_no_alignment(self):
result = self.idx.get_spliced((0, 1000), (500, 1500), 1)

self.assertEqual(len(result), 1)
self.assertEqual(len(result[0].seq), 1000)
self.assertEqual(str(result[0].seq), "N" * 1000)
self.assertEqual(len(result[0].seq), 1002)
self.assertEqual(str(result[0].seq), "N" * 1002)

def test_correct_retrieval_1(self):
"""
Expand Down

0 comments on commit ebeee03

Please sign in to comment.