mailr5435 - /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 08, 2008 - 15:42:
Author: bugman
Date: Tue Apr  8 15:26:13 2008
New Revision: 5435

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

The N atom was incorrectly specified.


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=5435&r1=5434&r2=5435&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/sequence.py (original)
+++ 1.3/test_suite/system_tests/sequence.py Tue Apr  8 15:26:13 2008
@@ -50,8 +50,8 @@
         # Read the PDB file.
         self.relax.interpreter._Structure.read_pdb(file='test.pdb', 
dir=sys.path[-1] + '/test_suite/system_tests/data', model=1)
 
-        # Generate the sequence.
-        self.relax.interpreter._Structure.load_spins(spin_id='N')
+        # Generate the sequence (1 molecule, all residues, and only N spins).
+        self.relax.interpreter._Structure.load_spins(spin_id='@N')
 
         # Alias the current data pipe.
         cdp = relax_data_store[relax_data_store.current_pipe]




Related Messages


Powered by MHonArc, Updated Tue Apr 08 16:00:19 2008