# HG changeset patch # User Frederic Bastien # Date 1246306080 14400 # Node ID 0eb53b967ee75bb88ccfbd0ba6bcb803c2f9be09 # Parent 12f587e37ee3c3a5c13f82a52bbf8c9b278732f5 dummy change to force the compilation with the good paramter of FillMissing.c_code() diff -r 12f587e37ee3 -r 0eb53b967ee7 pylearn/sandbox/scan_inputs_groups.py --- 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);