mail[bug #9732] Python 2.5 - failure in constructing the gradient of the global model


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d Auvergne on August 12, 2007 - 14:06:

Follow-up Comment #1, bug #9732 (project relax):

Here is a simple test demonstrating the problem:

import Numeric
a = Numeric.array([1,2,3])
a[:]

In Python 2.4 with Numeric 24.2, python prints out:

array([1, 2, 3])

On the other hand in Python 2.5 with Numeric 24.2, python prints out:

zeros((0,), 'l')

???

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?9732>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Sun Aug 12 22:40:42 2007