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


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to