[Scipy-svn] r2262 - trunk/Lib/sandbox/models

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Oct 12 03:06:54 EDT 2006


Author: timl
Date: 2006-10-12 02:06:48 -0500 (Thu, 12 Oct 2006)
New Revision: 2262

Modified:
   trunk/Lib/sandbox/models/__init__.py
Log:
add a test() function to sandbox.models

Modified: trunk/Lib/sandbox/models/__init__.py
===================================================================
--- trunk/Lib/sandbox/models/__init__.py	2006-10-12 07:06:02 UTC (rev 2261)
+++ trunk/Lib/sandbox/models/__init__.py	2006-10-12 07:06:48 UTC (rev 2262)
@@ -6,7 +6,12 @@
 from glm import Model as glm
 from rlm import Model as rlm
 
+
+
 import unittest
 def suite():
     return unittest.TestSuite([tests.suite()])
 
+
+from numpy.testing import ScipyTest
+test = ScipyTest().test




More information about the Scipy-svn mailing list