We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4790661 + 1bce42e commit f01029aCopy full SHA for f01029a
pm4py/algo/discovery/inductive/cuts/concurrency.py
@@ -116,7 +116,7 @@ def project(
116
for g in groups:
117
c = Counter()
118
for t in obj.data_structure:
119
- c[tuple(filter(lambda e: e in g, t))] = obj.data_structure[t]
+ c[tuple(filter(lambda e: e in g, t))] += obj.data_structure[t]
120
r.append(c)
121
return list(map(lambda l: IMDataStructureUVCL(l), r))
122
0 commit comments