Actually, this reproduces the problem:
from numarray import * from numarray.objects import * abs(-1.)
ObjectArray(1.0)
abs(-1)
ObjectArray(1)
Please ignore this bit of my previous message:
abs(-1)
ObjectArray(1)
Something in my environment (probably me) got a bit confused.
Gary