-
A potential problem with IMDFb was signaled on this log
Checks will be done
-
best_worst_cost will not consider the MODEL_COST_FUNCTION from parameter,
because PRAM_TRACE_COST_FUNCION is None, it always calls the "construct_standard_cost_function" and uses the default cost.
…
-
I am trying to analyse the 2019 BPI challenge data with pm4py and I found that `min_act_count` does not actually filter the activities properly.
With the code below my `min_act_count` is 176213.8,…
-
`curr_state` and `next_state` are particular transition system states.
https://github.com/pm4py/pm4py-source/blob/12162f78f31f3f7c327899a00848168de5eff9c6/pm4py/objects/petri/reachability_graph.py#L…
-
Trying to use the Heuristics Miner functionality, I came across a KeyError when trying to get an heuristics net. The error depends on the dependency threshold set.
Code to reproduce the error below…
-
Hi,
If one is using the csv import functionality and needs to import a dataframe, apply some conversions/filtering and then convert it into an event log, one has to import two different modules.
…
lsabi updated
5 years ago
-
Code to reproduce:
```
Python 3.7.2 (C:\Users\felixm\AppData\Local\Continuum\anaconda3\envs\r-reticulate\python.exe)
Reticulate 1.10.0.9004 REPL -- A Python interpreter in R.
>>> from pm4py.obje…
-
Two different parameters are used for the case identifier. One here:
https://github.com/pm4py/pm4py-source/blob/97f72523f15a3aca65215965af7dc7a0a528eb4b/pm4py/objects/log/util/general.py#L4
The othe…
-
The parameter used for the token replay in the evaluation module:
https://github.com/pm4py/pm4py-source/blob/afa8d9d1eb1a87ee57a2ba3a75d7d292963590ff/pm4py/evaluation/factory.py#L9
is inconsistent w…
-
A problem has been discovered in importing Petri nets extracted through the "Export Accepting Petri net" plug-in in ProM 6.x
In these cases, the tag is missing from the file and the current versio…