|
From: Andrew S. <str...@as...> - 2007-12-15 21:13:36
|
Hi, mlab.defaultformatd sets the default float formatter for rec2csv() to be something that doesn't keep the full representation of a floating point number. Obviously, I can pass in my own formatd argument to rec2csv(), but I wonder if there's any reason why defaultformatd shouldn't use repr() for numpy.float32 and numpy.float64? |