changeset 158:90104343c665

typo
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 12 May 2008 16:24:59 -0400
parents e8c8022582f4
children 28a988bd19c3
files test_dataset.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test_dataset.py	Mon May 12 16:22:10 2008 -0400
+++ b/test_dataset.py	Mon May 12 16:24:59 2008 -0400
@@ -383,7 +383,7 @@
     assert example+example2==example3
     assert have_raised("var['x']+var['x']",x=example)
 
-def test_CacheDataSet():
+def test_CachedDataSet():
     print "test_CacheDataSet"
     a2 = numpy.random.rand(10,4)
     ds1 = ArrayDataSet(a2,LookupList(['x','y','z'],[slice(3),3,[0,2]]))###???tuple not tested
@@ -440,5 +440,5 @@
     test1()
     test_LookupList()
     test_ArrayDataSet()
-    test_CacheDataSet()
+    test_CachedDataSet()
 #test pmat.py