mailr22118 - /trunk/test_suite/system_tests/noe.py


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

Header


Content

Posted by edward on February 04, 2014 - 15:47:
Author: bugman
Date: Tue Feb  4 15:47:21 2014
New Revision: 22118

URL: http://svn.gna.org/viewcvs/relax?rev=22118&view=rev
Log:
Fix for the number precision in the Noe.test_bug_21591_noe_calculation_fail 
system test.


Modified:
    trunk/test_suite/system_tests/noe.py

Modified: trunk/test_suite/system_tests/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/noe.py?rev=22118&r1=22117&r2=22118&view=diff
==============================================================================
--- trunk/test_suite/system_tests/noe.py (original)
+++ trunk/test_suite/system_tests/noe.py Tue Feb  4 15:47:21 2014
@@ -116,7 +116,7 @@
             "# Parameter description:  The NOE.\n",
             "#\n",
             "# mol_name    res_num    res_name    spin_num    spin_name    
value                   error                   \n",
-            "XYZ_mol1      120        GLY         1865        N              
 0.5203739657160172     0.20810473864150658   \n",
+            "XYZ_mol1      120        GLY         1865        N              
 0.520373965716017       0.208104738641507    \n",
         ]
 
         # Printout of the real and generated data.




Related Messages


Powered by MHonArc, Updated Tue Feb 04 16:20:01 2014