mailr15292 - in /branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam: base_script.py rotor.py


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

Header


Content

Posted by edward on February 02, 2012 - 17:38:
Author: bugman
Date: Thu Feb  2 17:38:35 2012
New Revision: 15292

URL: http://svn.gna.org/viewcvs/relax?rev=15292&view=rev
Log:
The number of numerical integration points can now be decreased in the frame 
order system tests.

The rotor model is now using only 50 points rather than the default of 200000.


Modified:
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/rotor.py

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py?rev=15292&r1=15291&r2=15292&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 Thu Feb  2 17:38:35 2012
@@ -137,6 +137,10 @@
 
         # Set the paramagnetic centre.
         self.interpreter.paramag.centre(pos=[35.934, 12.194, -4.206])
+
+        # Set the number of numerical integration points.
+        if hasattr(self, 'num_int_pts'):
+            cdp.num_int_pts = self.num_int_pts
 
         # Check the minimum.
         if hasattr(self, 'ave_pos_alpha'):

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/rotor.py?rev=15292&r1=15291&r2=15292&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/rotor.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/rotor.py
 Thu Feb  2 17:38:35 2012
@@ -39,6 +39,7 @@
     axis_phi = 0.89068285262982982
     cone_sigma_max = 30.0 / 360.0 * 2.0 * pi
     cone = True
+    num_int_pts = 50
 
 
 # Execute the analysis.




Related Messages


Powered by MHonArc, Updated Thu Feb 02 18:00:02 2012