Mercurial > pylearn
diff test_dataset.py @ 195:363752267470
typo
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Tue, 13 May 2008 15:12:45 -0400 |
parents | 0040ba0f0666 |
children | b9950ae5e54b |
line wrap: on
line diff
--- a/test_dataset.py Tue May 13 15:11:24 2008 -0400 +++ b/test_dataset.py Tue May 13 15:12:45 2008 -0400 @@ -446,8 +446,8 @@ ds2 = CachedDataSet(ds1) ds3 = CachedDataSet(ds1,cache_all_upon_construction=True) - test_all(a2,ds2) - test_all(a2,ds3) + test_all(a,ds2) + test_all(a,ds3) del a,ds1,ds2,ds3