Author: bugman
Date: Wed Sep 10 14:20:43 2014
New Revision: 25734
URL: http://svn.gna.org/viewcvs/relax?rev=25734&view=rev
Log:
Fix for the Frame_order.test_axis_perm_x_le_z_le_y_permB system test.
The permuted z-axis needs to be inverted in the test.
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=25734&r1=25733&r2=25734&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 Wed Sep
10 14:20:43 2014
@@ -367,7 +367,7 @@
[-0.584099830232939, -0.808286881485765,
-0.074159999594586]], float64)
# Manually permute the frame, and then obtain the Euler angles.
- frame_new = transpose(array([frame[:, 2], frame[:, 1], frame[:, 0]],
float64))
+ frame_new = transpose(array([-frame[:, 2], frame[:, 1], frame[:, 0]],
float64))
alpha, beta, gamma = R_to_euler_zyz(frame_new)
# Check the Eigenframe Euler angles.
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits