You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the method get_group_descriptor() of a Reaction class is called the functional groups have to be initialized somewhere outside (currently, in rxnpca.py).
It would be much more 'object-oriented' approach if moved to the class itself.