mailr15363 - in /branches/frame_order_testing/test_suite/shared_data/frame_order/cam: free_rotor/ free_rotor2/ rotor/ rotor2/


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

Header


Content

Posted by edward on February 22, 2012 - 12:28:
Author: bugman
Date: Wed Feb 22 12:28:15 2012
New Revision: 15363

URL: http://svn.gna.org/viewcvs/relax?rev=15363&view=rev
Log:
Import clean ups.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py?rev=15363&r1=15362&r2=15363&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
 Wed Feb 22 12:28:15 2012
@@ -3,6 +3,9 @@
 # Modify the system path to load the base module.
 import sys
 sys.path.append('..')
+
+# Python module imports.
+from math import pi
 
 # relax module imports.
 from maths_fns.rotation_matrix import axis_angle_to_R

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py?rev=15363&r1=15362&r2=15363&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
 Wed Feb 22 12:28:15 2012
@@ -3,6 +3,9 @@
 # Modify the system path to load the base module.
 import sys
 sys.path.append('..')
+
+# Python module imports.
+from math import pi
 
 # relax module imports.
 from maths_fns.rotation_matrix import axis_angle_to_R

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py?rev=15363&r1=15362&r2=15363&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
 Wed Feb 22 12:28:15 2012
@@ -6,8 +6,6 @@
 
 # Python module imports.
 from math import pi
-from numpy import array, cross, dot, float64, zeros
-from numpy.linalg import norm
 
 # relax module imports.
 from maths_fns.rotation_matrix import axis_angle_to_R

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py?rev=15363&r1=15362&r2=15363&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
 Wed Feb 22 12:28:15 2012
@@ -1,17 +1,11 @@
 # Script for generating the distribution of PDB structures.
-
-# Python module imports.
-from math import pi
-from numpy import array, cross, dot, float64, zeros
-from numpy.linalg import norm
-
-# relax module imports.
-from maths_fns.rotation_matrix import axis_angle_to_R
-
 
 # Modify the system path to load the base module.
 import sys
 sys.path.append('..')
+
+# Python module imports.
+from math import pi
 
 # relax module imports.
 from maths_fns.rotation_matrix import axis_angle_to_R




Related Messages


Powered by MHonArc, Updated Wed Feb 22 12:40:02 2012