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')


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to