From: Faheem M. <fa...@em...> - 2004-04-15 05:13:34
|
Hi, I'm trying to extract subarrays of a character array using take(), but getting mysterious errors, for example: ValueError: Invalid destination array: partial indices require contiguous non-byteswapped destination I am thinking that perhaps this operation is not supported for character arrays, and I should convert my character array to a numeric array instead (the strings are all of length 1). Advice, suggestions, enlightenment appreciated. Faheem. |