From: Travis O. <oli...@ee...> - 2001-09-05 19:39:31
|
> Is there a way I can effect this coercion? I guess I'd prefer not to > have to inherit from UserArray. You need to have an __array__ method defined in your class which returns the NumPy array to operate on. -Travis |