Add possibility to specify nodes in generate_transitions
#290
Labels
⚙️ Enhancement
Improvements and optimizations of existing features
⚠️ Interface
Breaking changes to the API
Currently
generate_transitions
can only specify the "settings" for the decay as a whole, while the setter/getter-functions in theStateTransitionManager
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.
The text was updated successfully, but these errors were encountered: