mailr5307 - /1.3/test_suite/system_tests/sequence.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 04, 2008 - 16:20:
Author: bugman
Date: Fri Apr  4 16:20:24 2008
New Revision: 5307

URL: http://svn.gna.org/viewcvs/relax?rev=5307&view=rev
Log:
Bug fix for the system test for the loading of the sequence from a PDB file.


Modified:
    1.3/test_suite/system_tests/sequence.py

Modified: 1.3/test_suite/system_tests/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/sequence.py?rev=5307&r1=5306&r2=5307&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/sequence.py (original)
+++ 1.3/test_suite/system_tests/sequence.py Fri Apr  4 16:20:24 2008
@@ -48,7 +48,7 @@
         """Load the sequence from a PDB file."""
 
         # Read the sequence.
-        self.relax.interpreter._Structure.read_pdb(file='test.pdb', 
dir=sys.path[-1] + '/test_suite/system_tests/data', model=1, load_seq=1)
+        self.relax.interpreter._Structure.read_pdb(file='test.pdb', 
dir=sys.path[-1] + '/test_suite/system_tests/data', model=1, load_seq=True)
 
 
     def test_read(self):




Related Messages


Powered by MHonArc, Updated Fri Apr 04 16:40:07 2008