mailr25883 - in /branches/frame_order_cleanup/test_suite: shared_data/frame_order/axis_permutations/ system_tests/


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

Header


Content

Posted by edward on September 17, 2014 - 17:11:
Author: bugman
Date: Wed Sep 17 17:11:49 2014
New Revision: 25883

URL: http://svn.gna.org/viewcvs/relax?rev=25883&view=rev
Log:
Fixes for the Frame_order.test_count_sobol_points2 system test.

The 
test_suite/shared_data/frame_order/axis_permutations/cam_pseudo_ellipse.bz2 
relax state file has
been manual edited to change the num_int_pts data pipe structure to 
sobol_max_points and to add the
new sobol_oversample variable.

Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/axis_permutations/cam_pseudo_ellipse.bz2
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/axis_permutations/cam_pseudo_ellipse.bz2
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/axis_permutations/cam_pseudo_ellipse.bz2?rev=25883&r1=25882&r2=25883&view=diff
==============================================================================
Binary files - no diff available.

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=25883&r1=25882&r2=25883&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 Wed 
Sep 17 17:11:49 2014
@@ -973,7 +973,7 @@
         self.interpreter.frame_order.count_sobol_points()
 
         # Check the count.
-        self.assertEqual(cdp.used_sobol_points, 3)
+        self.assertEqual(cdp.used_sobol_points, 20)
 
 
     def test_count_sobol_points_free_rotor(self):




Related Messages


Powered by MHonArc, Updated Wed Sep 17 17:20:03 2014