[Scipy-svn] r2631 - trunk/Lib/sandbox/timeseries/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Jan 29 16:41:44 EST 2007


Author: mattknox_ca
Date: 2007-01-29 15:41:41 -0600 (Mon, 29 Jan 2007)
New Revision: 2631

Modified:
   trunk/Lib/sandbox/timeseries/tests/test_misc.py
Log:


Modified: trunk/Lib/sandbox/timeseries/tests/test_misc.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tests/test_misc.py	2007-01-29 21:01:36 UTC (rev 2630)
+++ trunk/Lib/sandbox/timeseries/tests/test_misc.py	2007-01-29 21:41:41 UTC (rev 2631)
@@ -1,12 +1,12 @@
 # pylint: disable-msg=W0611, W0612, W0511,R0201
-"""Tests suite for MaskedArray.
+"""Tests suite for miscellaneous functions in timeseries module.
 Adapted from the original test_ma by Pierre Gerard-Marchant
 
-:author: Pierre Gerard-Marchant
-:contact: pierregm_at_uga_dot_edu
-:version: $Id: test_timeseries.py 2578 2007-01-17 19:25:10Z mattknox_ca $
+:author: Matt Knox
+:contact: mattknox_ca_at_hotmail_dot_com
+:version: $Id: test_misc.py 2578 2007-01-17 19:25:10Z mattknox_ca $
 """
-__author__ = "Pierre GF Gerard-Marchant ($Author: mattknox_ca $)"
+__author__ = "Matt Knox ($Author: mattknox_ca $)"
 __version__ = '1.0'
 __revision__ = "$Revision: 2578 $"
 __date__     = '$Date: 2007-01-17 14:25:10 -0500 (Wed, 17 Jan 2007) $'




More information about the Scipy-svn mailing list