From ebeee03536b75ec8db8d97b7b27fe5454f607f0a Mon Sep 17 00:00:00 2001 From: Blaise Li Date: Mon, 20 Apr 2015 19:48:04 +0200 Subject: [PATCH] A few more coordinates and legnth adjustments. test_MafIO_index.py passes (for me). --- Tests/test_MafIO_index.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/test_MafIO_index.py b/Tests/test_MafIO_index.py index 18e196db05b..dff5ab7015d 100644 --- a/Tests/test_MafIO_index.py +++ b/Tests/test_MafIO_index.py @@ -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, @@ -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): """