|
From: N. V. <mit...@we...> - 2006-01-25 20:36:47
|
Hello everyone, the attached source code contains iterations on elements in a numpy array: The first one (for row in a) works, the second one (for item in row) does not. The non-numpy equivalent with lists and tuples works however. Best regards, Niklas Volbers. |