mailr19030 - in /trunk/test_suite/system_tests/scripts/frame_order: cam/ model_calcs/ parametric_restriction/


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

Header


Content

Posted by edward on March 23, 2013 - 08:53:
Author: bugman
Date: Sat Mar 23 08:53:50 2013
New Revision: 19030

URL: http://svn.gna.org/viewcvs/relax?rev=19030&view=rev
Log:
Fixes for the import of the lib.geometry.rotations module.


Modified:
    trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py
    trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone.py
    
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone_free_rotor_eigenframe.py
    
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse.py
    
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_free_rotor.py
    
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_torsionless.py
    
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/iso_cone_to_iso_cone_free_rotor.py
    
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone.py
    
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone_free_rotor.py
    
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone.py
    
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone_free_rotor.py

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py 
(original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py Sat Mar 
23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py 
(original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py 
Sat Mar 23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py 
(original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py 
Sat Mar 23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py 
(original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py 
Sat Mar 23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
 Sat Mar 23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
 Sat Mar 23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py (original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py Sat Mar 23 
08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py (original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py Sat Mar 23 
08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py (original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py Sat Mar 
23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py 
(original)
+++ trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py 
Sat Mar 23 08:53:50 2013
@@ -24,7 +24,7 @@
 
 # relax module imports.
 from base_script import Base_script
-from lib.geometry.rotation_matrix import reverse_euler_zyz
+from lib.geometry.rotations import reverse_euler_zyz
 
 
 class Analysis(Base_script):

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone.py 
(original)
+++ trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone.py 
Sat Mar 23 08:53:50 2013
@@ -6,7 +6,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone_free_rotor_eigenframe.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone_free_rotor_eigenframe.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone_free_rotor_eigenframe.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/iso_cone_free_rotor_eigenframe.py
 Sat Mar 23 08:53:50 2013
@@ -7,7 +7,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from target_functions.order_parameters import iso_cone_theta_to_S
 from status import Status; status = Status()
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse.py
 Sat Mar 23 08:53:50 2013
@@ -6,7 +6,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_free_rotor.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_free_rotor.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_free_rotor.py
 Sat Mar 23 08:53:50 2013
@@ -7,7 +7,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_torsionless.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_torsionless.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_torsionless.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/model_calcs/pseudo_ellipse_torsionless.py
 Sat Mar 23 08:53:50 2013
@@ -6,7 +6,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/iso_cone_to_iso_cone_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/iso_cone_to_iso_cone_free_rotor.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/iso_cone_to_iso_cone_free_rotor.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/iso_cone_to_iso_cone_free_rotor.py
 Sat Mar 23 08:53:50 2013
@@ -7,7 +7,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone.py
 Sat Mar 23 08:53:50 2013
@@ -7,7 +7,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone_free_rotor.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone_free_rotor.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_free_rotor_to_iso_cone_free_rotor.py
 Sat Mar 23 08:53:50 2013
@@ -7,7 +7,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone.py
 Sat Mar 23 08:53:50 2013
@@ -6,7 +6,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone_free_rotor.py?rev=19030&r1=19029&r2=19030&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone_free_rotor.py
 (original)
+++ 
trunk/test_suite/system_tests/scripts/frame_order/parametric_restriction/pseudo_ellipse_to_iso_cone_free_rotor.py
 Sat Mar 23 08:53:50 2013
@@ -7,7 +7,7 @@
 
 # relax module imports.
 from data_store import Relax_data_store; ds = Relax_data_store()
-from lib.geometry.rotation_matrix import R_to_euler_zyz
+from lib.geometry.rotations import R_to_euler_zyz
 from status import Status; status = Status()
 
 




Related Messages


Powered by MHonArc, Updated Sat Mar 23 09:00:03 2013