Process Discovery Algorithm Challenge 2020 Forum

Go back to competition Back to thread list Post in this thread

> Starting_kit ошибка

INFO:root:
****** Ingestion program version 3 ******

INFO:root:Using input_dir: C:\Users\xxx\Documents\Python\Project\starting_kit\sample_data
INFO:root:Using output_dir: C:\Users\xxx\Documents\Python\Project\starting_kit\sample_result_submission
INFO:root:Using program_dir: C:\Users\xxx\Documents\Python\Project\starting_kit\ingestion
INFO:root:Using submission_dir: C:\Users\xxx\Documents\Python\Project\starting_kit\sample_code_submission
INFO:root:========= Reading logs ==========
INFO:root:======== Logs have been downloaded ========
INFO:root:======== Discovering ==========
INFO:root:[+] Cycle 0
INFO:root:[+] Cycle 1
INFO:root:[+] Cycle 2
INFO:root:[+] Cycle 3
INFO:root:[+] Cycle 4
INFO:root:[+] Cycle 5
INFO:root:[+] Cycle 6
INFO:root:[+] Cycle 7
INFO:root:[+] Cycle 8
INFO:root:[+] Cycle 9
INFO:root:======== Logs discovered ========
INFO:root:[+] Duration 0.00 sec
INFO:root:[+] Duration average 0.00 sec
INFO:root:[+] Duration min 0.00 sec
INFO:root:======== PyLint Scoring ========
Traceback (most recent call last):
File "ingestion//ingestion_public.py", line 179, in <module>
ingestion_result['pylint_score'] = pylint_score(os.path.join(submission_dir, 'miner.py'))
File "ingestion//ingestion_public.py", line 90, in pylint_score
lint_result = pylint.lint.Run(pylint_opts, do_exit=False)
TypeError: __init__() got an unexpected keyword argument 'do_exit'

Posted by: aikimind @ Oct. 20, 2020, 2:07 p.m.

Добрый день.
Данная ошибка связана с установленной версией библиотеки pylint.
В документации соревнования указано, что используется набор библиотек, соответствующих docker-образу naydyonov/pm4py:version-1.5.2.2

Команда PDAC

Posted by: Alexey @ Oct. 21, 2020, 2:15 p.m.
Post in this thread