mailr7671 - /1.3/test_suite/system_tests/scripts/palmer_omp.py


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

Header


Content

Posted by edward on October 12, 2008 - 19:22:
Author: bugman
Date: Sun Oct 12 19:22:42 2008
New Revision: 7671

URL: http://svn.gna.org/viewcvs/relax?rev=7671&view=rev
Log:
Fix for the test_palmer_omp() system test.

The PDB file has no models in it!


Modified:
    1.3/test_suite/system_tests/scripts/palmer_omp.py

Modified: 1.3/test_suite/system_tests/scripts/palmer_omp.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/palmer_omp.py?rev=7671&r1=7670&r2=7671&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/palmer_omp.py (original)
+++ 1.3/test_suite/system_tests/scripts/palmer_omp.py Sun Oct 12 19:22:42 2008
@@ -31,7 +31,7 @@
         sequence.copy('data')
 
         # Read a PDB file.
-        structure.read_pdb(file='1F35_N_H_molmol.pdb', dir=sys.path[-1] + 
'/test_suite/shared_data/structures', model=1, parser='internal')
+        structure.read_pdb(file='1F35_N_H_molmol.pdb', dir=sys.path[-1] + 
'/test_suite/shared_data/structures', parser='internal')
 
         # Select only 3 spins (residues 9, 10, and 11).
         deselect.all()




Related Messages


Powered by MHonArc, Updated Sun Oct 12 19:40:02 2008