ViennaRNA / forgi

An RNA manipulation library.
GNU General Public License v3.0
51 stars 30 forks source link

Unit tests for shortest_path and get_stem_edge #7

Closed tcarlile closed 8 years ago

Bernhard10 commented 8 years ago

For me, the unittest for the shorthest path fails. Shouldn't the shorthest path from h0 to h1 be: self.assertEqual(sp, ['h0', 's3', 'i0', 's2', 'i1', 's1', 'i2', 's0', 'm0', 's4', 'h1'])

tcarlile commented 8 years ago

You’re correct, my mistake.

On Aug, 19, 2016, at 4:52 AM, Bernhard notifications@github.com wrote:

For me, the unittest for the shorthest path fails. Shouldn't the shorthest path from h0 to h1 be: self.assertEqual(sp, ['h0', 's3', 'i0', 's2', 'i1', 's1', 'i2', 's0', 'm0', 's4', 'h1'])

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.