[Scipy-svn] r2912 - trunk/Lib/sandbox/timeseries/lib/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Apr 12 16:11:57 EDT 2007


Author: mattknox_ca
Date: 2007-04-12 15:11:53 -0500 (Thu, 12 Apr 2007)
New Revision: 2912

Modified:
   trunk/Lib/sandbox/timeseries/lib/tests/test_interpolate.py
   trunk/Lib/sandbox/timeseries/lib/tests/test_moving_funcs.py
Log:
updated for new directory structure

Modified: trunk/Lib/sandbox/timeseries/lib/tests/test_interpolate.py
===================================================================
--- trunk/Lib/sandbox/timeseries/lib/tests/test_interpolate.py	2007-04-12 20:08:30 UTC (rev 2911)
+++ trunk/Lib/sandbox/timeseries/lib/tests/test_interpolate.py	2007-04-12 20:11:53 UTC (rev 2912)
@@ -19,7 +19,7 @@
 import maskedarray.core as coremodule
 from maskedarray.core import MaskedArray, masked
 
-from addons.interpolate import backward_fill, forward_fill, interp_masked1d
+from timeseries.lib.interpolate import backward_fill, forward_fill, interp_masked1d
 
 class test_funcs(NumpyTestCase):
     

Modified: trunk/Lib/sandbox/timeseries/lib/tests/test_moving_funcs.py
===================================================================
--- trunk/Lib/sandbox/timeseries/lib/tests/test_moving_funcs.py	2007-04-12 20:08:30 UTC (rev 2911)
+++ trunk/Lib/sandbox/timeseries/lib/tests/test_moving_funcs.py	2007-04-12 20:11:53 UTC (rev 2912)
@@ -23,7 +23,7 @@
 
 from timeseries import time_series, thisday
 
-from timeseries.addons.moving_funcs import cmov_average
+from timeseries.lib.moving_funcs import cmov_average
 
 class test_cmov_average(NumpyTestCase):
     




More information about the Scipy-svn mailing list