Mercurial > pylearn
changeset 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 | 12f587e37ee3 |
children | 27a663ba4427 |
files | pylearn/sandbox/scan_inputs_groups.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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);