changeset 195:363752267470

typo
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Tue, 13 May 2008 15:12:45 -0400
parents 0040ba0f0666
children bda6d89d0b3d
files test_dataset.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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