mailr20886 - /branches/relax_disp/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by edward on September 06, 2013 - 11:43:
Author: bugman
Date: Fri Sep  6 11:43:35 2013
New Revision: 20886

URL: http://svn.gna.org/viewcvs/relax?rev=20886&view=rev
Log:
Fix for the residue index in the test suite when using the truncated spin 
system.

Progress sr #3071: https://gna.org/support/index.php?3071 - Implementation of 
Tollinger/Kay dispersion model (2001)
Following the guide at: 
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax

Troels E. Linnet provided this patch. Commit by: tlinnet _aaattt_ 
gmail_dot_com

Signed-off-by: Edward d'Auvergne <edward@xxxxxxxxxxxxx>

Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=20886&r1=20885&r2=20886&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Fri Sep  6 
11:43:35 2013
@@ -986,7 +986,7 @@
         self.setup_kteilum_fmpoulsen_makke_cpmg_data(model='CR72')
 
         # Alias the spins.
-        res61L = cdp.mol[0].res[56].spin[0]
+        res61L = cdp.mol[0].res[0].spin[0]
 
         # Set the initial parameter values.
         res61L.r2 = [8]
@@ -1024,7 +1024,7 @@
         self.setup_kteilum_fmpoulsen_makke_cpmg_data(model='CR72 full')
 
         # Alias the spins.
-        res61L = cdp.mol[0].res[56].spin[0]
+        res61L = cdp.mol[0].res[0].spin[0]
 
         # Set the initial parameter values.
         res61L.r2a = [8]




Related Messages


Powered by MHonArc, Updated Fri Sep 06 12:20:01 2013