Skip to content

Commit

Permalink
Merge branch 'ft-1520-bug-fix-extensive-playout-ptree' into 'integrat…
Browse files Browse the repository at this point in the history
…ion'

PM4PY-1520 Bug fix extensive playout generated process tree

See merge request process-mining/pm4py/pm4py-core!575
  • Loading branch information
fit-sebastiaan-van-zelst committed Jan 6, 2022
2 parents 0fadc14 + 51a7a95 commit 3b6800d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ def get_playout_sequence(node, playout_dictio, min_trace_length, max_trace_lengt
sequential_compositions = get_sequential_compositions_children(traces, min_trace_length, max_trace_length, mr, mar, max_limit_num_traces)
for x in sequential_compositions:
final_traces.add(tuple(flatten(x)))
for n in node.children:
del playout_dictio[n][TRACES]
playout_dictio[node] = {TRACES: final_traces}


Expand Down

0 comments on commit 3b6800d

Please sign in to comment.