Skip to content

Commit cfced96

Browse files
Merge remote-tracking branch 'upstream/hotfixes' into release
2 parents 5c124f7 + 59c3126 commit cfced96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pm4py/algo/evaluation/precision/variants/align_etconformance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def _compute(idx, trace, results):
373373
def __align_log_with_multiprocessing_stop_marking(
374374
fake_log, net, marking, final_marking, progress, parameters=None
375375
):
376-
if parameters is not None:
376+
if parameters is None:
377377
parameters = {}
378378

379379
import multiprocessing

0 commit comments

Comments
 (0)