pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

Wrong Code Documentation #79

Closed lsabi closed 5 years ago

lsabi commented 5 years ago

Hi,

In the comment for the function apply_heu_dfg in the file pm4py/algo/discovery/heuristics/versions/classic.py, it is written that the function returns three values (net (Petri net), im (Initial marking) and fm (Final marking)), but it returns only one (heu_net).

I'm checking the master branch, so it may be that the development branch is correct.

lsabi commented 5 years ago

Same for the function apply_heu in the same file

Javert899 commented 5 years ago

Problem resolved in the current release