
March 7, 2009
1:18 a.m.
Hi all, The following code succeeds, while I thought it should fail: a = np.zeros(6) # real b= np.arange(6)*(2+3j) # complex a[1] = b[1] # shouldn't this break? What is the rationale behind this behaviour? Cheers Stéfan

5654
Age (days ago)
5932
Last active (days ago)
32 comments
14 participants
participants (14)
-
Anne Archibald
-
Charles R Harris
-
Dag Sverre Seljebotn
-
Darren Dale
-
David Warde-Farley
-
Dr. Phillip M. Feldman
-
Jochen Schroeder
-
josef.pktd@gmail.com
-
Pauli Virtanen
-
Pauli Virtanen
-
Robert Kern
-
Ryan May
-
Scott Ransom
-
Stéfan van der Walt