From: Sebastian H. <ha...@ms...> - 2006-08-24 18:03:58
|
Hi, I suppose the answer is no . But converting more code to numpy I got this error AttributeError: 'numpy.flatiter' object has no attribute 'dtype' (I found that I did not need the .flat in the first place ) So I was just wondering if (or how much) a flatiter object should behave like an ndarray ? Also this is an opportunity to have some talk about the relative newcomer "flatiter generator objects" ... Thanks, - Sebastian Haase |