diff pylearn/sandbox/scan_inputs_groups.py @ 786:0eb53b967ee7

dummy change to force the compilation with the good paramter of FillMissing.c_code()
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 29 Jun 2009 16:08:00 -0400
parents b6670cb57101
children 7a65c5b79aca
line wrap: on
line diff
--- a/pylearn/sandbox/scan_inputs_groups.py	Mon Jun 29 11:55:29 2009 -0400
+++ b/pylearn/sandbox/scan_inputs_groups.py	Mon Jun 29 16:08:00 2009 -0400
@@ -706,6 +706,7 @@
 if(!PyArray_Check(input)){
   PyErr_SetString(PyExc_ValueError, "input must be an ndarray");
   %(fail)s;
+
 }
 
 typenum = PyArray_ObjectType((PyObject*)input, 0);