mailr24819 - /branches/frame_order_cleanup/lib/frame_order/double_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:43:
Author: bugman
Date: Tue Jul 29 18:43:34 2014
New Revision: 24819

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

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


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

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




Related Messages


Powered by MHonArc, Updated Wed Jul 30 09:00:04 2014