[Scipy-svn] r2854 - trunk/Lib/sandbox/timeseries
scipy-svn@scip...
scipy-svn@scip...
Tue Mar 20 12:38:38 CDT 2007
Author: mattknox_ca
Date: 2007-03-20 12:38:34 -0500 (Tue, 20 Mar 2007)
New Revision: 2854
Modified:
trunk/Lib/sandbox/timeseries/tseries.py
Log:
added "check_observed" as alias of fmtObserv
Modified: trunk/Lib/sandbox/timeseries/tseries.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tseries.py 2007-03-20 17:34:52 UTC (rev 2853)
+++ trunk/Lib/sandbox/timeseries/tseries.py 2007-03-20 17:38:34 UTC (rev 2854)
@@ -51,7 +51,7 @@
'tshift','fill_missing_dates', 'stack', 'concatenate_series','empty_like',
'day_of_week','day_of_year','day','month','quarter','year',
'hour','minute','second',
-'tofile','asrecords','flatten',
+'tofile','asrecords','flatten', 'check_observed',
]
@@ -90,8 +90,8 @@
return fmtobs_revdict[obStr.upper()]
else:
raise ValueError("Invalid value for observed attribute: %s " % str(obStr))
+check_observed = fmtObserv
-
#### --------------------------------------------------------------------------
#--- ... TimeSeriesError class ...
#### --------------------------------------------------------------------------
More information about the Scipy-svn
mailing list