Re: [Pytables-users] Saving list of arrays as array
Thanks for the reply.I don't have any problem since I can convert the list to arrays anytime. It is just strange that I used to get the list of arrays before. Thank you,JoonHi,Yes, ret
Re: [Pytables-users] Saving list of arrays as array
Hi, Yes, retrieving a list of lists is what is expected in this case. The flavor implementation in PyTables is not very sofisticated, so it detected a list and it returns a list (of lists in this case), no matter what it is made of. If this is not what you want, you will need to do an additional