mailr24817 - /branches/frame_order_cleanup/lib/frame_order/rotor.py


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

Header


Content

Posted by edward on July 29, 2014 - 18:03:
Author: bugman
Date: Tue Jul 29 18:03:37 2014
New Revision: 24817

URL: http://svn.gna.org/viewcvs/relax?rev=24817&view=rev
Log:
Missing import in the lib.frame_order.rotor module.

This was identified by the new Frame_order.test_auto_analysis system test.


Modified:
    branches/frame_order_cleanup/lib/frame_order/rotor.py

Modified: branches/frame_order_cleanup/lib/frame_order/rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/frame_order/rotor.py?rev=24817&r1=24816&r2=24817&view=diff
==============================================================================
--- branches/frame_order_cleanup/lib/frame_order/rotor.py       (original)
+++ branches/frame_order_cleanup/lib/frame_order/rotor.py       Tue Jul 29 
18:03:37 2014
@@ -24,7 +24,7 @@
 
 # Python module imports.
 from math import pi
-from numpy import divide, dot, multiply, sinc, swapaxes, tensordot
+from numpy import divide, dot, eye, float64, multiply, sinc, swapaxes, 
tensordot
 
 # relax module imports.
 from lib.compat import norm




Related Messages


Powered by MHonArc, Updated Tue Jul 29 18:40:02 2014