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

Conversion from Petri net into a BPMN #60

Closed MatarFall closed 5 years ago

MatarFall commented 5 years ago

Hi, No module named 'pm4py.objects.conversion.petri_to_bpmn'. It seems that this class doesn't exist!

Javert899 commented 5 years ago

Hi,

You have to use the 'bpmnIntegration2' branch

You can move from the 'master' branch to the 'bpmnIntegration2' branch through the command:

git checkout bpmnIntegration2

MatarFall commented 5 years ago

It works. Thank You.