mailr26892 - /branches/relax_fit_c_class/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by edward on December 02, 2014 - 12:35:
Author: bugman
Date: Tue Dec  2 12:35:13 2014
New Revision: 26892

URL: http://svn.gna.org/viewcvs/relax?rev=26892&view=rev
Log:
Missing import.


Modified:
    branches/relax_fit_c_class/test_suite/system_tests/relax_disp.py

Modified: branches/relax_fit_c_class/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_fit_c_class/test_suite/system_tests/relax_disp.py?rev=26892&r1=26891&r2=26892&view=diff
==============================================================================
--- branches/relax_fit_c_class/test_suite/system_tests/relax_disp.py    
(original)
+++ branches/relax_fit_c_class/test_suite/system_tests/relax_disp.py    Tue 
Dec  2 12:35:13 2014
@@ -23,7 +23,7 @@
 
 # Python module imports.
 from os import F_OK, access, getcwd, path, sep
-from numpy import array, asarray, exp, median, inf, log, save, std, sum, 
zeros
+from numpy import array, asarray, exp, float64, median, inf, log, save, std, 
sum, zeros
 from minfx.generic import generic_minimise
 from random import gauss
 import re, math




Related Messages


Powered by MHonArc, Updated Tue Dec 02 12:40:02 2014