Re: [Pytables-users] Changing the trMap

2006-11-28 Thread Francesc Altet
A Dimecres 22 Novembre 2006 18:25, Francesc Altet escrigué: > Yep, I can reproduce this. I think we introduced this problem back in > PyTables 1.2, when the cache of nodes was set in place. Sorry, but it > seems that modifying the trMap when you have already opened the file is > not possible anymor

Re: [Pytables-users] Changing the trMap

2006-11-23 Thread Ivan Vilata i Balaguer
Berthold Höllmann (el 2006-11-22 a les 17:04:38 +0100) va dir:: > Describing the Files class, page 55 of the PyTables 1.3.3 manual says: > > trMap -- A dictionary that maps node names between PyTables and HDF5 >domain names. Its initial values are set from the trMap parameter >passed to t

Re: [Pytables-users] Changing the trMap

2006-11-22 Thread Francesc Altet
El dc 22 de 11 del 2006 a les 17:04 +0100, en/na Berthold Höllmann va escriure: > Describing the Files class, page 55 of the PyTables 1.3.3 manual says: > > trMap -- A dictionary that maps node names between PyTables and HDF5 >domain names. Its initial values are set from the trMap parameter >

[Pytables-users] Changing the trMap

2006-11-22 Thread Berthold Höllmann
Describing the Files class, page 55 of the PyTables 1.3.3 manual says: trMap -- A dictionary that maps node names between PyTables and HDF5 domain names. Its initial values are set from the trMap parameter passed to the openFile function. You can change its contents after a file is opened