mailr26151 - /trunk/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 tlinnet on October 06, 2014 - 02:39:
Author: tlinnet
Date: Mon Oct  6 02:39:43 2014
New Revision: 26151

URL: http://svn.gna.org/viewcvs/relax?rev=26151&view=rev
Log:
Inserted a check in systemtest Relax_disp.test_dx_map_clustered, that a call 
to minimise.calculate() should be the same as the file stored with the 
clustered chi2 value.

Bug #22754 (https://gna.org/bugs/index.php?22754): The minimise.calculate() 
does not calculate chi2 value for clustered residues.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=26151&r1=26150&r2=26151&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Mon Oct  6 02:39:43 2014
@@ -3023,7 +3023,7 @@
         calc_chi2 = cur_spin.chi2
 
         # Assert calculation is equal.
-        #self.assertAlmostEqual(pre_chi2, calc_chi2)
+        self.assertAlmostEqual(pre_chi2, calc_chi2)
 
         # Define dx.map settings.
         dx_inc = 2




Related Messages


Powered by MHonArc, Updated Mon Oct 06 02:40:02 2014