mailr23145 - /trunk/pipe_control/opendx.py


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

Header


Content

Posted by tlinnet on May 10, 2014 - 10:06:
Author: tlinnet
Date: Sat May 10 10:06:46 2014
New Revision: 23145

URL: http://svn.gna.org/viewcvs/relax?rev=23145&view=rev
Log:
Changed the import of percentile from lib.mathematics to lib.numpy_future.

task #7792: (https://gna.org/task/?7792) Make the dx.map write suggest chi 
surface values.

Modified:
    trunk/pipe_control/opendx.py

Modified: trunk/pipe_control/opendx.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/opendx.py?rev=23145&r1=23144&r2=23145&view=diff
==============================================================================
--- trunk/pipe_control/opendx.py        (original)
+++ trunk/pipe_control/opendx.py        Sat May 10 10:06:46 2014
@@ -30,7 +30,7 @@
 # relax module imports.
 from lib.errors import RelaxError
 from lib.io import open_write_file
-from lib.mathematics import percentile
+from lib.numpy_future import percentile
 from lib.software.opendx.files import write_config, write_general, 
write_point, write_program
 from pipe_control import value
 from specific_analyses.api import return_api




Related Messages


Powered by MHonArc, Updated Sat May 10 10:20:02 2014