Menu

Commit [r27708]  Maximize  Restore  History

Python 3 fix for the Test_msa.test_central_star unit test.

This is from the _lib._sequence_alignment.test_msa unit test module. The logic of range() + range()
does not work in Python 3, so the range function calls are now wrapped in list() function calls to
convert to the correct data structure type.

bugman 2015-02-20

changed /trunk/test_suite/unit_tests/_lib/_sequence_alignment/test_msa.py
/trunk/test_suite/unit_tests/_lib/_sequence_alignment/test_msa.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.