mailr26691 - /branches/frame_order_cleanup/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 November 21, 2014 - 15:32:
Author: bugman
Date: Fri Nov 21 15:32:08 2014
New Revision: 26691

URL: http://svn.gna.org/viewcvs/relax?rev=26691&view=rev
Log:
Fixes for the printouts from the Frame_order.test_pdb_model_rotor_* system 
tests.


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

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=26691&r1=26690&r2=26691&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Fri 
Nov 21 15:32:08 2014
@@ -1851,8 +1851,9 @@
 
         # The axis alpha parameter, and printout.
         axis_alpha = pi / 2.0
-        print("\nRotor axis:  %s" % create_rotor_axis_alpha(pi/2, pivot, 
array([0, 0, 0], float64)))
-        print("Rotor apex (100*axis + [1, 0, 0]):\n    %s" % (100.0*axis + 
pivot))
+        axis = create_rotor_axis_alpha(pi/2, pivot, array([0, 0, 0], 
float64))
+        print("\nRotor axis:  %s" % axis)
+        print("Rotor apex (100*axis + [1, 0, 0]):\n    %s" % (l*axis + 
pivot))
 
         # Set the average domain position translation parameters.
         self.interpreter.value.set(param='ave_pos_x', val=0.0)
@@ -1934,7 +1935,7 @@
         axis_alpha = pi / 2.0
         axis =  create_rotor_axis_alpha(pi/2, pivot, array([0, 0, 0], 
float64))
         print("\nRotor axis:\n    %s" % axis)
-        print("Rotor apex (100*axis + [1, 0, 1]):\n    %s" % (100.0*axis + 
pivot))
+        print("Rotor apex (100*axis + [1, 0, 1]):\n    %s" % (l*axis + 
pivot))
 
         # Set the average domain position translation parameters.
         self.interpreter.value.set(param='ave_pos_x', val=0.0)




Related Messages


Powered by MHonArc, Updated Fri Nov 21 16:40:02 2014