Den 08.03.2011 14:59, skrev Sam Tygier: > I think the boolean slicing is making a copy instead of a view.
Yes. > is there > a way around this? A "boolean slice" cannot be indexed with the dot product of dimensions and strides, hence the copy. You probably want to use masked arrays instead. Sturla _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion