# HG changeset patch # User James Bergstra # Date 1296853305 18000 # Node ID 28b2f17991aa03325cb2fb7bd2a4531cffac24b7 # Parent 234e5e48d60df61b12079a1d93cb44fea6f540e0 80char diff -r 234e5e48d60d -r 28b2f17991aa pylearn/preprocessing/fft_whiten.py --- a/pylearn/preprocessing/fft_whiten.py Thu Feb 03 18:07:04 2011 -0500 +++ b/pylearn/preprocessing/fft_whiten.py Fri Feb 04 16:01:45 2011 -0500 @@ -53,7 +53,8 @@ :returns: 3D tensor n_images x rows x cols of filtered images. """ - # May be mixed up with the size2 and size1s because matlab does things differnetly + # May be mixed up with the size2 and size1s because matlab does things + # differnetly R, C = X.shape[-2:] if R %2: raise NotImplementedError()