mailr15273 - /branches/frame_order_testing/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 January 27, 2012 - 11:18:
Author: bugman
Date: Fri Jan 27 11:18:33 2012
New Revision: 15273

URL: http://svn.gna.org/viewcvs/relax?rev=15273&view=rev
Log:
Created the system test front ends for the rest of the CaM frame order test 
data.


Modified:
    branches/frame_order_testing/test_suite/system_tests/frame_order.py

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=15273&r1=15272&r2=15273&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 Fri 
Jan 27 11:18:33 2012
@@ -244,6 +244,33 @@
         self.check_chi2(5.1)
 
 
+    def test_cam_iso_cone(self):
+        """Test the isotropic cone, free rotor frame order model of CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags()
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_iso_cone_no_rdc(self):
+        """Test the isotropic cone, free rotor frame order model of CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(rdc=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_iso_cone_no_pcs(self):
+        """Test the isotropic cone, free rotor frame order model of CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(pcs=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone.py')
+        self.check_chi2(0.0)
+
+
     def test_cam_iso_cone_free_rotor(self):
         """Test the isotropic cone, free rotor frame order model of CaM."""
 
@@ -295,6 +322,114 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone_free_rotor2.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_iso_cone_torsionless(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags()
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone_torsionless.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_iso_cone_torsionless_no_rdc(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(rdc=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone_torsionless.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_iso_cone_torsionless_no_pcs(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(pcs=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'iso_cone_torsionless.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags()
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_no_rdc(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(rdc=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_no_pcs(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(pcs=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_free_rotor(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags()
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse_free_rotor.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_free_rotor_no_rdc(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(rdc=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse_free_rotor.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_free_rotor_no_pcs(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(pcs=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse_free_rotor.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_torsionless(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags()
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse_torsionless.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_torsionless_no_rdc(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(rdc=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse_torsionless.py')
+        self.check_chi2(0.0)
+
+
+    def test_cam_pseudo_ellipse_torsionless_no_pcs(self):
+        """Test the second isotropic cone, free rotor frame order model of 
CaM."""
+
+        # The flags, execute the script, and then check the chi2 value.
+        self.flags(pcs=False)
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'cam'+sep+'pseudo_ellipse_torsionless.py')
         self.check_chi2(0.0)
 
 




Related Messages


Powered by MHonArc, Updated Fri Jan 27 11:40:01 2012