-
Hello there,
I am new to pm4py. I work under Windows, and due to company policies I do not understand am not allowed to install MS Visual Studio CE, and can't get an official license for the full ve…
-
I'm trying to compute alignments for a petri net, and a log.
The difficulty is that the both are imported, the net is not discovered from the log with pm4py
Additional difficulty, when the net is i…
-
Hello,
the shallow copy operation of Trace objects behaves like reference pointing (assignation), rather than a copy.
The following snippet
`from pm4py.objects.log.log import Trace, Event
from…
-
I was able to get the simple example to run without issues except for the final render_PN call. The resulting graph displayed IDs instead of Labels
the transitions look like this... much differen…
-
Windows 10 pro, anaconda latest
I successfully installed pm4py (as well as graphviz) and got it to work with a sample xes file. However, when using a csv or xls file, the created log has an unusual e…
-
I am running pm4py version 1.2.11 in anaconda on macos. I am using BPI Challenge 2012 event log and to get estimates of the activity durations the log is transformed into an "interval" event log.
…
-
In the [sample_log](https://github.com/pm4py/pm4py-source/blob/b5d2a76a8ca6615aa9e67dbd87368fd6c16a5b6e/pm4py/objects/log/util/sampling.py#L54) function there's no check to avoid that a trace gets sam…
-
We have got a bug report over at the R pm4py binding that the token replay (which we have as a default -- which should be changed I guess) gives back random results for the same model and event log wh…
-
Let's say we generate a process tree as follows:
```
from pm4py.algo.simulation.tree_generator import factory as tree_gen_factory
from pm4py.visualization.process_tree import factory as pt_vis_fa…
-
Hi, i wonder how one can create a new Trace instance from, e.g. a list of Events extracted from a EventLog instance. I think its a easy question but I cannot find any hints neither in the documentatio…