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
I recently updated my system. Currently I'm having all sorts of problems with pygraphviz, pydot, networks. I just spent a couple of hours on it. I'll try again later.
you might try replacing G = nx.DiGraph(nx.read_dot('expressionTree.dot')) with G =nx.drawing.nx_agraph.read_dot('expressionTree.dot') (seems the networkx api has changed a bit)
Also, maybe issue is with the dot file created by RooFit. Check to see if you can run dot directly on the expressionTree.dot file. Or comment the line pdf.graphVizTree('expressionTree.dot') and use the one in the repository.
Hi,
while copy/pasting your RooFit Notebook, I got some Errors on the
nx.draw_graphvix()
method. It saysCould me tell me which specific versions of Pydot, Networkx and Graphviz you are using? Mine are
Regards,
Timon
The text was updated successfully, but these errors were encountered: