mailr15387 - in /branches/frame_order_testing/test_suite: shared_data/frame_order/cam/opt_stats 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 February 28, 2012 - 13:25:
Author: bugman
Date: Tue Feb 28 13:25:25 2012
New Revision: 15387

URL: http://svn.gna.org/viewcvs/relax?rev=15387&view=rev
Log:
Updated the torsionless isotropic cone optimisation stats in the stats file 
and system tests.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats
    branches/frame_order_testing/test_suite/system_tests/frame_order.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats?rev=15387&r1=15386&r2=15387&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats 
(original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats 
Tue Feb 28 13:25:25 2012
@@ -14,7 +14,7 @@
 iso_cone                    0.047796257987533765    0.047304044109578447    
0.00049221387795531329
 iso_cone_free_rotor         0.19951714134210338     0.1984082397486189      
0.0011089015934844701
 iso_cone_free_rotor2        0.03519623985009767     0.034276292191227402    
0.00091994765887026873
-iso_cone_torsionless        ?                       ?                       ?
+iso_cone_torsionless        0.053213073019690797    0.04891814690969206     
0.0042949261099987212
 pseudo_ellipse              0.0961714010098947      0.095461523976414595    
0.00070987703348010067
 pseudo_ellipse2             0.032442806351129977    0.030991308327923742    
0.0014514980232062339
 pseudo_ellipse_free_rotor   0.043091833395896492    0.042919565975988075    
0.00017226741990841526
@@ -34,7 +34,7 @@
 iso_cone                    275.91314364220716      0.047304044109578447    
275.86583959809758
 iso_cone_free_rotor         25.809435923180324      0.1984082397486189      
25.611027683431701
 iso_cone_free_rotor2        14.592815060002437      0.034276292191227402    
14.558538767811207
-iso_cone_torsionless        ?                       ?                       ?
+iso_cone_torsionless        10.58086939087937       0.04891814690969206     
10.531951243969678
 pseudo_ellipse              95.104987068996209      0.095461523976414595    
95.009525545019784
 pseudo_ellipse2             215.42189142523156      0.030991308327923742    
215.39090011690368
 pseudo_ellipse_free_rotor   313.28990168799919      0.042919565975988075    
313.24698212202316
@@ -54,7 +54,7 @@
 iso_cone                    0.047808065744685081    0.047304044109578447    
0.00050402163510663526
 iso_cone_free_rotor         0.19949613552285542     0.1984082397486189      
0.0010878957742364997
 iso_cone_free_rotor2        0.035303183308578456    0.034276292191227402    
0.0010268911173510545
-iso_cone_torsionless        ?                       ?                       ?
+iso_cone_torsionless        0.052262749021935853    0.04891814690969206     
0.0033446021122437958
 pseudo_ellipse              0.096153146637620937    0.095461523976414595    
0.00069162266120635369
 pseudo_ellipse2             0.032729958558399358    0.030991308327923742    
0.0017386502304756221
 pseudo_ellipse_free_rotor   0.043098137664641455    0.042919565975988075    
0.00017857168865337872

Modified: branches/frame_order_testing/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/frame_order.py?rev=15387&r1=15386&r2=15387&view=diff
==============================================================================
--- branches/frame_order_testing/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_testing/test_suite/system_tests/frame_order.py Tue 
Feb 28 13:25:25 2012
@@ -345,7 +345,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'iso_cone_torsionless.py')
-        self.check_chi2()
+        self.check_chi2(10.531951243969678+0.04891814690969206)
 
 
     def test_cam_iso_cone_torsionless_pcs(self):
@@ -354,7 +354,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         
self.interpreter.run(script_file=self.cam_path+'iso_cone_torsionless.py')
-        self.check_chi2()
+        self.check_chi2(10.531951243969678)
 
 
     def test_cam_iso_cone_torsionless_rdc(self):
@@ -363,7 +363,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         
self.interpreter.run(script_file=self.cam_path+'iso_cone_torsionless.py')
-        self.check_chi2()
+        self.check_chi2(0.04891814690969206)
 
 
     def test_cam_pseudo_ellipse(self):




Related Messages


Powered by MHonArc, Updated Tue Feb 28 15:00:04 2012