On Fri, Feb 15, 2008 at 12:59 PM, Pierre GM <[EMAIL PROTECTED]> wrote: > Good call. > The easiest is still to replace the line 1361 with: > dval = narray(value, copy=False, dtype=self.dtype) > > The problem with the initial method was that the tuple got transformed into a > (2,) array whose type could not be changed afterwards. With the new line, we > directly transform value to a ndarray of the proper type.
Even better- thanks! > Mmh. Where should I commit the fix ? Directly to the trunk ? I hope so! Regards, Alex _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
