mailr8274 - /1.3/specific_fns/n_state_model.py


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

Header


Content

Posted by sebastien . morin . 1 on January 07, 2009 - 03:12:
Author: semor
Date: Wed Jan  7 03:12:22 2009
New Revision: 8274

URL: http://svn.gna.org/viewcvs/relax?rev=8274&view=rev
Log:
Removed another unused import.


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=8274&r1=8273&r2=8274&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Wed Jan  7 03:12:22 2009
@@ -26,7 +26,7 @@
 # Python module imports.
 from math import acos, cos, pi, sqrt
 from minfx.generic import generic_minimise
-from numpy import array, dot, float64, identity, ones, zeros
+from numpy import array, dot, float64, identity, zeros
 from numpy.linalg import inv, norm
 from re import search
 from warnings import warn




Related Messages


Powered by MHonArc, Updated Wed Jan 07 03:40:02 2009