Open willigott opened 5 years ago
Thanks, this is a know issue (see #21 ) I'm currently working on replacing them with lists of weak_refs which avoid circular references and at least throw exceptions when they dangle ... but also have their own issues.
When I do
the following will be printed:
There are two issues with it, I think:
When a reaction is deleted, I would expect it to be also removed from all groups it is member of (now the ID will still be exported causing the "Skipping group..." part) and
getAllProteinGeneAssociations()
should then return an empty list for the associated gene (now it still returns the ID of the deleted reaction).I guess both things are unintended behavior?!