-
Dear Brinkhuis,
The discovery operation should be done specifying the performance variant, like in the following example:
import pm4py
from pm4py.algo.discovery.dfg import algorit…
-
pm4py.write.write_bpmn(...) produces XML files with an invalid schema. The following issues have been found:
1. Gateway nodes (_exclusiveGateway_, _parallelGateway_, ...) have an attribute _gatewa…
-
Applying `pm4py.filter_time_range()` on an event log with timezone-naive timestamps throws an error:
`TypeError: Invalid comparison between dtype=datetime64[us] and Timestamp`.
As soon as the timest…
-
I created a demo process flow diagram using dfg_visualizer but it is not detecting the starting activity and the final activity. As per my flow the correct **starting activity** should be '**open file…
-
I would like to ask about the current status of the `pm4py.format_dataframe()` function.
It used to raise a DeprecatedWarning, but the warning has disappeared a while ago. On the other hand, the fu…
-
Hi,
I want to add an artificial start and end date to my log and I used these lines of code:
log = xes_importer.apply(sys.argv[1], variant=variant, parameters=parameters)
log_new=pm4py.objects.l…
-
When you derive a Petri net from a log, then perform a token-based replay and finally call `pm4py.algo.conformance.tokenreplay.algorithm.get_diagnostics_dataframe()` to get the results in a nicely for…
-
Hi, we have found that the inductive miner implemented in pm4py discovers different models for the very same input, depending on the python version. Furthermore, it seems not to be completely determin…
-
Getting NoModuleFound Error 'pm4py.objects.log.importer.parquet' is missing in pm4py while executing below code
from pm4pydistr.local_wrapper import factory as local_wrapper_factory
wrapper = l…
-
When passing `Variants.PERFORMANCE` as `variant` parameter to the `pm4py.visualization.dfg.visualizer`, it seems that a start timestamp (`start_timestamp`) is expected for each event; the regular time…