mailr22638 - in /trunk: ./ test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on April 03, 2014 - 19:54:
Author: bugman
Date: Thu Apr  3 19:54:30 2014
New Revision: 22638

URL: http://svn.gna.org/viewcvs/relax?rev=22638&view=rev
Log:
Merged revisions 22114 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/double_rotor

........
  r22114 | bugman | 2014-02-04 10:24:23 +0100 (Tue, 04 Feb 2014) | 7 lines
  
  Changed the precision of the deactivated 
Frame_order.test_cam_double_rotor_pcs system test.
  
  This test will run with the command "relax -s 
Frame_order.test_cam_double_rotor_pcs" and, because of
  the small angle of the test model, the chi-squared value differences for 
just the PCS were too small
  for the previous precision of 1 decimal place.
........

Modified:
    trunk/   (props changed)
    trunk/test_suite/system_tests/frame_order.py

Propchange: trunk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Apr  3 19:54:30 2014
@@ -1 +1 @@
-/branches/double_rotor:1-21950,22022-22023,22039-22040,22047-22048,22056-22064,22066-22067,22070-22073,22106-22107,22109-22112
+/branches/double_rotor:1-21950,22022-22023,22039-22040,22047-22048,22056-22064,22066-22067,22070-22073,22106-22107,22109-22112,22114

Modified: trunk/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/frame_order.py?rev=22638&r1=22637&r2=22638&view=diff
==============================================================================
--- trunk/test_suite/system_tests/frame_order.py        (original)
+++ trunk/test_suite/system_tests/frame_order.py        Thu Apr  3 19:54:30 
2014
@@ -268,7 +268,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         self.interpreter.run(script_file=self.cam_path+'double_rotor.py')
-        self.check_chi2(0.0010998457430728529)
+        self.check_chi2(0.0010998457430728529, places=4)
 
 
     def test_cam_double_rotor_rdc(self):




Related Messages


Powered by MHonArc, Updated Thu Apr 03 20:00:02 2014