Import StateTransitionGraphs from DOT
Opened this issue · 3 comments
redeboer commented
Since ComPWA/expertsystem#454 it's not possible anymore to cache a recipe to disk (apart from using pickle
). This would be mitigated a bit if it's possible to write and read the output of the reaction
module (StateTransitionGraph
s) to and from disk: generating the transitions takes most time.
redeboer commented
ComPWA/expertsystem#519 already provides what is needed, so we could consider closing that.
If desired though, it is possible to implement a fromdot
method with pydot
and networkx
, but they would have to be added to the package dependencies.