mailr20331 - /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 July 16, 2013 - 14:05:
Author: bugman
Date: Tue Jul 16 14:05:53 2013
New Revision: 20331

URL: http://svn.gna.org/viewcvs/relax?rev=20331&view=rev
Log:
Fix for the Relax_disp.test_hansen_cpmg_data_auto_analysis system test for 
model name change.

This is for the change from the 'CR72' model to 'CR72 red' model.


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=20331&r1=20330&r2=20331&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Tue Jul 16 
14:05:53 2013
@@ -106,8 +106,8 @@
         self.assertAlmostEqual(spin71.kex/10000, 2543.899105435682/10000, 4)
         self.assertAlmostEqual(spin71.chi2, 1.4423991744690439, 4)
 
-        # The 'CR72' model checks.  These models have not reached the minima 
due to the low quality optimisation!
-        self.interpreter.pipe.switch(pipe_name='CR72')
+        # The 'CR72 red' model checks.  These models have not reached the 
minima due to the low quality optimisation!
+        self.interpreter.pipe.switch(pipe_name='CR72 red')
         spin70 = cdp.mol[0].res[0].spin[0]
         spin71 = cdp.mol[0].res[1].spin[0]
         print("\n\nOptimised parameters:\n")




Related Messages


Powered by MHonArc, Updated Tue Jul 16 15:00:02 2013