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
Currently generate_transitions can only specify the "settings" for the decay as a whole, while the setter/getter-functions in the StateTransitionManager are able to specify a specific node. An example of this difference can be seen in #285 .
A possible solution would be to pass along a dictionary which maps properties to nodes.