mailr24491 - /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 09, 2014 - 12:04:
Author: bugman
Date: Wed Jul  9 12:04:11 2014
New Revision: 24491

URL: http://svn.gna.org/viewcvs/relax?rev=24491&view=rev
Log:
Removal of unused imports from the lib.frame_order.rotor module as identified 
using pylint.


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=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- branches/frame_order_cleanup/lib/frame_order/rotor.py       (original)
+++ branches/frame_order_cleanup/lib/frame_order/rotor.py       Wed Jul  9 
12:04:11 2014
@@ -23,12 +23,8 @@
 """Module for the handling of Frame Order."""
 
 # Python module imports.
-from math import pi, sqrt
-from numpy import divide, dot, inner, multiply, sinc, swapaxes, tensordot, 
transpose
-try:
-    from scipy.integrate import quad
-except ImportError:
-    pass
+from math import pi
+from numpy import divide, dot, multiply, sinc, swapaxes, tensordot
 
 # relax module imports.
 from lib.compat import norm




Related Messages


Powered by MHonArc, Updated Wed Jul 09 14:40:02 2014