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
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
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