changeset 1416:28b2f17991aa

80char
author James Bergstra <bergstrj@iro.umontreal.ca>
date Fri, 04 Feb 2011 16:01:45 -0500
parents 234e5e48d60d
children f49801e39fe3
files pylearn/preprocessing/fft_whiten.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()