[Pytables-users] Docs inaccuracy: where(UInt64Col)

2012-04-02 Thread Daπid
I want to report an inaccuracy in this doc: http://pytables.github.com/usersguide/condition_syntax.html#condition-syntax After listing the types supported in the search table.where: "Nevertheless, if the type passed is not among the above ones, it will be silently upcasted, so you don’t need to w

Re: [Pytables-users] flush on __exit__

2012-04-02 Thread Daπid
know. I personally do not have experience with PyDev. If you > don't see the message about PyTables closing files, then there is a high > probability that it does not do that. In this case, your suggestion on > using try-except-finally block is your best bet, IMO. > > Francesc > &

Re: [Pytables-users] flush on __exit__

2012-04-02 Thread Daπid
I noticed that if a program raises an error, it shows a message indicating the file is closed, but it doesn't show anything if I terminate it from outside (in my case, stop from PyDev). Is it being flushed? Is there any way of doing that, apart from enveloping the whole program in a try-except-fin

Re: [Pytables-users] Inheritance in

2012-03-31 Thread Daπid
On Sat, Mar 31, 2012 at 9:13 AM, Antonio Valentino wrote: > Some work on in broken inheritance of IsDescriptor has been done in the > development branch (see [#65]). Thanks to Andrea Bedini for the patch. > > Which version of PyTables are you using David? That is indeed a nice adition. I am using

[Pytables-users] Inheritance in

2012-03-30 Thread Daπid
Hello, I have several different kinds of data tables, absolutely independent, defined as in the tutorial (http://pytables.github.com/usersguide/tutorials.html): from tables import * class SaltedPie(IsDescription): dough=Int64Col() baking=Float64Col() anchovy=Float32Col() class SweetPi

Re: [Pytables-users] Merging multiple DB

2012-03-10 Thread Daπid
Thank you, Anthony. I will have a deep look and come back if I find more problems. On Sat, Mar 10, 2012 at 10:50 AM, Antonio Valentino wrote: >> http://pytables.github.com/usersguide/ch04.html#Table.append > > May I ask you where did you found that broken link? Yes. Here: http://www.pytables.o

Re: [Pytables-users] Merging multiple DB

2012-03-09 Thread Daπid
On Wed, Mar 7, 2012 at 4:38 AM, Anthony Scopatz wrote: > 1) What you described.  Every process writes out its own library and then > a post-process sweeps through and combines them all later.  This is > probably the easiest to implement.  You wouldn't even need to dump them > to ASCII.  Tables hav

Re: [Pytables-users] Merging multiple DB

2012-03-06 Thread Daπid
; Subject: Auto-discard notification > Date: March 6, 2012 2:55:54 PM PST > To: pytables-users-ow...@lists.sourceforge.net > > The attached message has been automatically discarded. > From: Daπid > Subject: Merging multiple DB > Date: March 6, 2012 2:55:27 PM PST > To: p