mailr24800 - 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 July 29, 2014 - 11:58:
Author: bugman
Date: Tue Jul 29 11:58:19 2014
New Revision: 24800

URL: http://svn.gna.org/viewcvs/relax?rev=24800&view=rev
Log:
Fix for the Frame_order.test_cam_pseudo_ellipse_free_rotor system test.

This is for the change of the X and Y cone opening angles.


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_free_rotor.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=24800&r1=24799&r2=24800&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 
Jul 29 11:58:19 2014
@@ -523,7 +523,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_free_rotor.py')
-        self.check_chi2(0.041100762658556)
+        self.check_chi2(0.0543303786779369)
 
 
     def test_cam_pseudo_ellipse_free_rotor_pcs(self):

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py?rev=24800&r1=24799&r2=24800&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
   (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
   Tue Jul 29 11:58:19 2014
@@ -38,8 +38,8 @@
     EIGEN_ALPHA = 3.1415926535897931
     EIGEN_BETA = 0.96007997859534311
     EIGEN_GAMMA = 4.0322755062196229
-    CONE_THETA_X = 0.5
-    CONE_THETA_Y = 0.3
+    CONE_THETA_X = 0.3
+    CONE_THETA_Y = 0.5
 
 
 # Execute the analysis.




Related Messages


Powered by MHonArc, Updated Tue Jul 29 13:20:02 2014