# HG changeset patch # User James Bergstra # Date 1258480984 18000 # Node ID 0f33afbf517e5eb8f1bb05c414a29f14b2ca41c3 # Parent faa9f880d0d24728c61fa348b8dd8a83e2747618 fixed typo in dataset_ops/shapeset1 diff -r faa9f880d0d2 -r 0f33afbf517e pylearn/dataset_ops/shapeset1.py --- a/pylearn/dataset_ops/shapeset1.py Mon Nov 16 13:43:53 2009 -0500 +++ b/pylearn/dataset_ops/shapeset1.py Tue Nov 17 13:03:04 2009 -0500 @@ -39,7 +39,7 @@ _valid_cache[x.dtype] = x _valid_cache['lbl'] = y return _valid_cache['lbl'] -_valid_cache = {} +_test_cache = {} def test_img(dtype): if dtype not in _test_cache: x, y = head_test()