Hi,
I am trying to concatenate a number of NestedRecArrays, however the
numarray concatenate method is trying to pass in a shape parameter,
which NestedRecArray does not have in it's __init__, so I get this..
return _concat(arrs)
File
"/work/deva/aif/lib/python2.4/site-packages/numarray/generic.py", line
\
1095, in _concat
dest = arrs[0].__class__(shape=destShape)
TypeError: __init__() got an unexpected keyword argument 'shape'
I tried to convert the NestedRecArray to just a plain old numarray,
with 'array()' but the 'array()' it clever enough to just return the
passed object ( since NestedRecArray extends RecArray ). Any ideas how
I can convert a NestedRecArray to just a plain old number array? I
have all numeric data in this case.
thanks,
Stefan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Pytables-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pytables-users