[Scipy-svn] r2649 - trunk/Lib/sandbox/timeseries

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Jan 30 15:27:38 EST 2007


Author: mattknox_ca
Date: 2007-01-30 14:27:29 -0600 (Tue, 30 Jan 2007)
New Revision: 2649

Modified:
   trunk/Lib/sandbox/timeseries/tdates.py
Log:
changed another check_freq call to use freq_revdict instead

Modified: trunk/Lib/sandbox/timeseries/tdates.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tdates.py	2007-01-30 20:22:48 UTC (rev 2648)
+++ trunk/Lib/sandbox/timeseries/tdates.py	2007-01-30 20:27:29 UTC (rev 2649)
@@ -650,7 +650,7 @@
             return self        
         if self.freqstr == 'U':
             warnings.warn("Undefined frequency: assuming daily!")
-            fromfreq = corelib.check_freq('D')
+            fromfreq = corelib.freq_revdict['D']
         else:
             fromfreq = self.freq
         _rel = relation.upper()[0]




More information about the Scipy-svn mailing list