From: Francesc A. <fa...@op...> - 2004-01-21 08:49:09
|
A Dimarts 20 Gener 2004 21:45, vareu escriure: > Hello, > Thank you for the quick response. Working more with pytables I have > noticed another behaviour that does not seem to be intended. I can > assign a attribute to a table like the following: table.attrs.attribute > = value. But, I am unable to change the attribute's value after the > initial definition. Even if I assign a new value I still see the initial > value when I read the value. Is there another way that I should change > the value of an attribute on a table? Yeps, that's another bug that I've already noted yesterday, and is already solved in CVS. Today I've added some additional unit tests in order to ensure that this works correctly. Until pytables 0.8 would be out, you can delete the attribute and then create it again. That should work in 0.7 series. Cheers, -- Francesc Alted |