Re: [Pytables-users] Creating PyTable Groups

2011-03-02 Thread Vicent Mas
On 2011-03-01 Todd Matthews said: > I was hoping that createGroups() would create both parent and child groups > as needed. For instance, > > createGroup(h5.root, 'parentGroup/childGroup') > > with the parentGroup being created if necessary along with creation of the > childGroup. If the parent

Re: [Pytables-users] Creating PyTable Groups

2011-03-02 Thread Tony Theodore
On 2 March 2011 04:25, Todd Matthews wrote: > I was hoping that createGroups() would create both parent and child groups > as needed. For instance, > > createGroup(h5.root, 'parentGroup/childGroup') > > with the parentGroup being created if necessary along with creation of the > childGroup. If the

Re: [Pytables-users] Creating PyTable Groups

2011-03-02 Thread Todd Matthews
Thank you. I overlooked this parameter which I now see is clearly documented in the PyTables manual. Todd On Wed, Mar 2, 2011 at 10:52 AM, Tony Theodore wrote: > On 2 March 2011 04:25, Todd Matthews wrote: > > I was hoping that createGroups() would create both parent and child > groups > > as