# HG changeset patch # User Frederic Bastien # Date 1210623899 14400 # Node ID 90104343c66564b331c6d4206054b66e70443938 # Parent e8c8022582f460bde087a282a8d73c153d48e427 typo diff -r e8c8022582f4 -r 90104343c665 test_dataset.py --- 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