mailr8557 - /branches/multi_structure/test_suite/system_tests/scripts/angles.py


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

Header


Content

Posted by edward on January 21, 2009 - 17:54:
Author: bugman
Date: Wed Jan 21 17:54:07 2009
New Revision: 8557

URL: http://svn.gna.org/viewcvs/relax?rev=8557&view=rev
Log:
Fix for a call to structure.read_pdb() in the system test script.


Modified:
    branches/multi_structure/test_suite/system_tests/scripts/angles.py

Modified: branches/multi_structure/test_suite/system_tests/scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/test_suite/system_tests/scripts/angles.py?rev=8557&r1=8556&r2=8557&view=diff
==============================================================================
--- branches/multi_structure/test_suite/system_tests/scripts/angles.py 
(original)
+++ branches/multi_structure/test_suite/system_tests/scripts/angles.py Wed 
Jan 21 17:54:07 2009
@@ -8,7 +8,7 @@
 sequence.read(file='Ap4Aase.seq', dir=sys.path[-1] + 
'/test_suite/shared_data')
 
 # Read a PDB file.
-structure.read_pdb(file='Ap4Aase_res1-12.pdb', dir=sys.path[-1] + 
'/test_suite/shared_data/structures', model=1)
+structure.read_pdb(file='Ap4Aase_res1-12.pdb', dir=sys.path[-1] + 
'/test_suite/shared_data/structures', read_model=1)
 
 # Load the spins.
 structure.load_spins('@N')




Related Messages


Powered by MHonArc, Updated Wed Jan 21 18:20:02 2009