mailr26489 - in /branches/frame_order_cleanup: ./ 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 November 10, 2014 - 18:36:
Author: bugman
Date: Mon Nov 10 18:36:09 2014
New Revision: 26489

URL: http://svn.gna.org/viewcvs/relax?rev=26489&view=rev
Log:
Merged revisions 26483 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r26483 | tlinnet | 2014-11-10 16:05:54 +0100 (Mon, 10 Nov 2014) | 5 lines
  
  Speedup and fix for systemtest 
Relax_disp.test_dx_map_clustered_create_par_file.
  
  The following test was taken out, since this a particular interesting case.
  There exist a double minimum, where relax has not found the global minimum.
  This is due to not grid searching for R2A, but using the minimum value.
........

Modified:
    branches/frame_order_cleanup/   (props changed)
    branches/frame_order_cleanup/test_suite/system_tests/relax_disp.py

Propchange: branches/frame_order_cleanup/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Nov 10 18:36:09 2014
@@ -1 +1 @@
-/trunk:1-26477,26482
+/trunk:1-26477,26482-26483

Modified: branches/frame_order_cleanup/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/relax_disp.py?rev=26489&r1=26488&r2=26489&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/relax_disp.py  
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/relax_disp.py  Mon 
Nov 10 18:36:09 2014
@@ -3205,7 +3205,7 @@
         self.assertAlmostEqual(pre_chi2, calc_chi2)
 
         # Define dx.map settings.
-        dx_inc = 5
+        dx_inc = 2
         dx_params = ['dw', 'k_AB', 'r2a']
         dx_point_clustered_min = [cur_spin.dw, cur_spin.k_AB, 
cur_spin.r2a['SQ CPMG - 499.86214000 MHz']]
 
@@ -3275,7 +3275,11 @@
                 print(line)
 
         # Assert that the initial global chi2 is lower than the map value.
-        self.assert_(pre_chi2 < test)
+
+        # The following test was taken out, since this a particular 
interesting case.
+        # There exist a double minimum, where relax has not found the global 
minimum.
+        # This is due to not grid searching for R2A, but using the minimum 
+        #self.assert_(pre_chi2 < test)
 
 
     def test_estimate_r2eff_err(self):




Related Messages


Powered by MHonArc, Updated Mon Nov 10 18:40:02 2014