On Feb 10, 2008 5:15 PM, Matthew Brett <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am sorry if I have missed something obvious, but is there any way in
> python of doing this:
>
> import numpy as np
> a = np.arange(10)
> b = np.arange(10)+1
> a.data = b.data # raises error, but I hope you see what I mean
>
> ?

Not really, no. Can you describe your use case in more detail?

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to