mailr17563 - /trunk/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py


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

Header


Content

Posted by edward on September 25, 2012 - 16:41:
Author: bugman
Date: Tue Sep 25 16:41:25 2012
New Revision: 17563

URL: http://svn.gna.org/viewcvs/relax?rev=17563&view=rev
Log:
Fix for the N_state_model.test_monte_carlo_sims due to the changed sphere.pdb 
test suite file.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py

Modified: 
trunk/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py?rev=17563&r1=17562&r2=17563&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py 
(original)
+++ 
trunk/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py 
Tue Sep 25 16:41:25 2012
@@ -21,7 +21,8 @@
 self._execute_uf(uf_name='structure.read_pdb', file='sphere', 
dir=STRUCT_PATH)
 
 # Load the spins.
-self._execute_uf(uf_name='structure.load_spins')
+self._execute_uf(uf_name='structure.load_spins', spin_id='@N')
+self._execute_uf(uf_name='structure.load_spins', spin_id='@H')
 
 # Define the magnetic dipole-dipole relaxation interaction.
 self._execute_uf(uf_name='dipole_pair.define', spin_id1='@N', spin_id2='@H', 
direct_bond=True)




Related Messages


Powered by MHonArc, Updated Tue Sep 25 17:00:02 2012