Hi,

I'm trying pytables and I hit a problem: the class
tables.earray.EArray don't support deepcopy.

I can work around this by manually not doing a deepcopy, but to make
it safe, I need to know if the file was opened in read mode or
write/append. If it is opened in read mode, I suppose that it is safe
to don't do the deepcopy. How can I know if the array is modifiable?

The other option I see is to create a CArray instead. The problem is
how to create one that don't fit in memory? My file compressed take
43G. The original data is in numpy format in many files. Is ptrepack
usefull for this?

Everything is numpy.ndarray data in float64.

thanks

Frédéric Bastien

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to