Skip to content

Commit 59c3126

Browse files
bug fix
1 parent 14dba70 commit 59c3126

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
@@ -352,7 +352,7 @@ def _compute(idx, trace, results):
352352
def __align_log_with_multiprocessing_stop_marking(
353353
fake_log, net, marking, final_marking, progress, parameters=None
354354
):
355-
if parameters is not None:
355+
if parameters is None:
356356
parameters = {}
357357

358358
import multiprocessing

0 commit comments

Comments
 (0)