Override this function if you want to fit in single precision, e.g. Default is numeric_float i.e. double precision override this function if you want to fit in single precision, \e e.g. Default is numeric_float i.e. double precision Definition at line 270 of file fitting_toolkit.py. 00270 : 00271 """override this function if you want to fit in single precision, \e e.g. 00272 Default is numeric_float i.e. double precision""" 00273 return numeric_float 00274 ##
|