mbafrani / AutomaticProcessSimulation

Automatic process simulation using Simpy and Pm4py.
Other
16 stars 5 forks source link

simulation.py, line 48, in discover_process_model -> net, initial_marking, final_marking = inductive_miner.apply(log, parameters=parameters1) TypeError: cannot unpack non-iterable ProcessTree object #16

Open Akshay1010567 opened 1 year ago

Akshay1010567 commented 1 year ago

Hello,

I got this error while running the simulation.py running-example.xes file that in line 48, in discover_process_model net, initial_marking, final_marking = inductive_miner.apply(log, parameters=parameters1) TypeError: cannot unpack non-iterable ProcessTree object

Can anyone please help me to find out the solution to this error?

I really appreciate any help you can provide.