
Sept. 5, 2003
7:47 a.m.
possible bug?
a = array([[[1, 1], [0, 1]]]) print logical_or.reduce(a, 0) [[1 0] [1 1]]
should be:
print a[0, ...] [[1 1] [0 1]]
Cheers, Peter -- Dr. Peter J. Verveer Cell Biology and Cell Biophysics Programme EMBL Meyerhofstrasse 1 D-69117 Heidelberg Germany Tel. : +49 6221 387245 Fax : +49 6221 387242
7860
Age (days ago)
7860
Last active (days ago)
0 comments
1 participants
participants (1)
-
verveer@embl.de