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

Added proxy (get_order of execution) to check duplicate operations at the beginning of the analysis

parent e54124a3
No related branches found
No related tags found
No related merge requests found
Pipeline #14520 failed with stage
in 2 minutes and 48 seconds
......@@ -816,7 +816,10 @@ George Marchment, Bryan Brancotte, Marie Schmit, Frédéric Lemoine, Sarah Cohen
self.rewrite_and_initialise(code, self.processes_2_remove, render_graphs=render_graphs)
if(self.duplicate):
if(self.duplicate):
#First check if there are any duplicate operations
#That method is in the "get_order_execution_executors" method -> so we just run that first
self.get_order_execution_executors()
#DETERMING WHICH SUBWORKFLOWS ARE BROKEN WITH THE CLUSTER
......
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