[Scipy-svn] r3184 - trunk/Lib/sandbox/timeseries/src

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Jul 23 09:10:57 EDT 2007


Author: mattknox_ca
Date: 2007-07-23 08:01:27 -0500 (Mon, 23 Jul 2007)
New Revision: 3184

Modified:
   trunk/Lib/sandbox/timeseries/src/c_tdates.c
Log:
daily-> business defaults to 'after' now

Modified: trunk/Lib/sandbox/timeseries/src/c_tdates.c
===================================================================
--- trunk/Lib/sandbox/timeseries/src/c_tdates.c	2007-07-23 12:43:13 UTC (rev 3183)
+++ trunk/Lib/sandbox/timeseries/src/c_tdates.c	2007-07-23 13:01:27 UTC (rev 3184)
@@ -2377,7 +2377,7 @@
         get_asfreq_info(FR_SEC, freq_val, &af_info);
         asfreq_func = get_asfreq_func(FR_SEC, freq_val, 0);
 
-        date_val = asfreq_func(secondly_date->value, 'A', &af_info);
+        date_val = asfreq_func(secondly_date->value, 'B', &af_info);
 
         Py_DECREF(secondly_date);
 




More information about the Scipy-svn mailing list