Re: [Pytables-users] Pytables-users Digest, Vol 80, Issue 3

2013-01-03 Thread Anthony Scopatz
On Thu, Jan 3, 2013 at 2:17 PM, David Reed wrote: > Thanks a lot for the help so far guys! > > Looking at itertools, I found what I believe to be the perfect function > for what I need, itertools.combinations. This appears to be a valid > replacement to the method proposed. > Yes, combinations i

Re: [Pytables-users] Pytables-users Digest, Vol 80, Issue 3

2013-01-03 Thread David Reed
Thanks a lot for the help so far guys! Looking at itertools, I found what I believe to be the perfect function for what I need, itertools.combinations. This appears to be a valid replacement to the method proposed. There is a small problem that I didn't mention is that my compare function actuall