mailr24016 - in /branches/frame_order_cleanup/test_suite/system_tests: ./ scripts/frame_order/cam/


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

Header


Content

Posted by edward on June 17, 2014 - 09:54:
Author: bugman
Date: Tue Jun 17 09:54:01 2014
New Revision: 24016

URL: http://svn.gna.org/viewcvs/relax?rev=24016&view=rev
Log:
Changed the parameter values for the 
Frame_order.test_cam_pseudo_ellipse_torsionless* system tests.

The theta_x and theta_y angles are now swapped.  The chi-squared values are 
now also lower in the
3 system tests as the data is now of much higher precision.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=24016&r1=24015&r2=24016&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Tue 
Jun 17 09:54:01 2014
@@ -525,7 +525,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_torsionless.py')
-        self.check_chi2(0.22611932575925126)
+        self.check_chi2(0.01497741674116292)
 
 
     def test_cam_pseudo_ellipse_torsionless_pcs(self):
@@ -534,7 +534,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_torsionless.py')
-        self.check_chi2(0.18751106814778518)
+        self.check_chi2(2.9799363738575403e-05)
 
 
     def test_cam_pseudo_ellipse_torsionless_rdc(self):
@@ -543,7 +543,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_torsionless.py')
-        self.check_chi2(0.038608257611466051)
+        self.check_chi2(0.014947617377424345)
 
 
     def test_cam_rigid(self):

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py?rev=24016&r1=24015&r2=24016&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
  (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
  Tue Jun 17 09:54:01 2014
@@ -34,8 +34,8 @@
     EIGEN_ALPHA = 3.1415926535897931
     EIGEN_BETA = 0.96007997859534311
     EIGEN_GAMMA = 4.0322755062196229
-    CONE_THETA_X = 1.3
-    CONE_THETA_Y = 1.1
+    CONE_THETA_X = 1.1
+    CONE_THETA_Y = 1.3
 
 
 # Execute the analysis.




Related Messages


Powered by MHonArc, Updated Tue Jun 17 11:40:02 2014