mailr23934 - /branches/disp_spin_speed/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 June 13, 2014 - 13:08:
Author: tlinnet
Date: Fri Jun 13 13:08:29 2014
New Revision: 23934

URL: http://svn.gna.org/viewcvs/relax?rev=23934&view=rev
Log:
1 digit decrease in parameter check in systemtest: 
Relax_disp.test_hansen_cpmg_data_to_lm63.

It is unknown, why this has occured.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

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

Modified: branches/disp_spin_speed/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/system_tests/relax_disp.py?rev=23934&r1=23933&r2=23934&view=diff
==============================================================================
--- branches/disp_spin_speed/test_suite/system_tests/relax_disp.py      
(original)
+++ branches/disp_spin_speed/test_suite/system_tests/relax_disp.py      Fri 
Jun 13 13:08:29 2014
@@ -2482,9 +2482,9 @@
 
         # Checks for residue :70.
         self.assertAlmostEqual(spin70.r2[r20_key1], 6.74362294539099)
-        self.assertAlmostEqual(spin70.r2[r20_key2], 6.57406797067481)
+        self.assertAlmostEqual(spin70.r2[r20_key2], 6.57406797067481, 6)
         self.assertAlmostEqual(spin70.phi_ex, 0.312733013751449)
-        self.assertAlmostEqual(spin70.kex/1000, 4723.09897146338/1000)
+        self.assertAlmostEqual(spin70.kex/1000, 4723.09897146338/1000, 6)
         self.assertAlmostEqual(spin70.chi2, 363.534044873483)
 
         # Checks for residue :71.




Related Messages


Powered by MHonArc, Updated Fri Jun 13 14:20:02 2014