Skip to content
Snippets Groups Projects
Commit dfaf533d authored by George Marchment's avatar George Marchment
Browse files

Removing rooting from graphs

parent a004b3d6
No related branches found
Tags v1.0.8
No related merge requests found
Pipeline #14218 passed with stages
in 3 minutes and 45 seconds
......@@ -208,7 +208,7 @@ class Graph():
def render_graph_wo_operations(self, filename = "process_dependency_graph", render_graphs = True):
generate_graph(self.get_output_dir()/'graphs'/filename, self.dico_process_dependency_graph, render_graphs = render_graphs, label_edge=False, label_node=False, root = True)
generate_graph(self.get_output_dir()/'graphs'/filename, self.dico_process_dependency_graph, render_graphs = render_graphs, label_edge=False, label_node=False)
def get_dependency_graph(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment