[Scipy-svn] r2728 - trunk/Lib/sandbox/timeseries/tests
scipy-svn@scip...
scipy-svn@scip...
Mon Feb 19 09:08:59 CST 2007
Author: mattknox_ca
Date: 2007-02-19 09:08:55 -0600 (Mon, 19 Feb 2007)
New Revision: 2728
Modified:
trunk/Lib/sandbox/timeseries/tests/test_timeseries.py
Log:
Modified: trunk/Lib/sandbox/timeseries/tests/test_timeseries.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tests/test_timeseries.py 2007-02-19 15:08:12 UTC (rev 2727)
+++ trunk/Lib/sandbox/timeseries/tests/test_timeseries.py 2007-02-19 15:08:55 UTC (rev 2728)
@@ -75,7 +75,6 @@
def test_fromdatearray(self):
_, dates, _ = self.d
- data = dates.copy()
data = dates
series = time_series(data, dates)
More information about the Scipy-svn
mailing list