PyErr_Format(PyExc_TypeError,"`%s.%s' only supports 2D 64-bit float arrays for argument `array' (or any other object coercible to that), but you provided an object with %"PY_FORMAT_SIZE_T"d dimensions and with type `%s' which is not compatible - check your input",Py_TYPE(self)->tp_name,s_set_delta_str,array->ndim,PyBlitzArray_TypenumAsString(array->type_num));
PyErr_Format(PyExc_TypeError,"`%s.%s' only supports 1D 64-bit float arrays for argument `array' (or any other object coercible to that), but you provided an object with %"PY_FORMAT_SIZE_T"d dimensions and with type `%s' which is not compatible - check your input",Py_TYPE(self)->tp_name,s_set_bias_delta_str,array->ndim,PyBlitzArray_TypenumAsString(array->type_num));
PyErr_Format(PyExc_RuntimeError,"cannot set bias delta at layer %"PY_FORMAT_SIZE_T"d for `%s': unknown exception caught",layer,Py_TYPE(self)->tp_name);