-
I wonder if pm4py didn't consider the start and end time in the log at the same time, because many functions that calculate the duration only use timestamp_key instead of reserving start_timestamp and…
-
When using view_events_distribution_graph with dist_type="week" pm4py executes "x.isocalendar().week" where x is a pandas.Timestamp object.
However [pandas.Timestamp.isocalendar()](https://pandas.p…
-
The `pm4py.analysis.check_soundness` function raises a TypeError on a particular workflow net. I analyzed the tpn file with Woflan software and the analysis was successful. Attached you can find the t…
-
When running Simod
on the [BPI challenge 2015 Municipality 1 log](https://data.4tu.nl/articles/_/12709154/1)
the run fails with `java.lang.IllegalArgumentException: Comparison method violates its g…
-
- **Package Name**: azure-storage-blob
- **Package Version**: 12.3.2
- **Operating System**: Windows 10
- **Python Version**: 3.8.1
**Describe the bug**
My program attempts to re-upload a blob …
-
The functions in pm4py discovery do not allow the specification of a variant. For some, like alpha, there are different functions for the variants in pm4py.discovery. For other, there is not. For exam…
-
The condition `if not move[0][0] == ">>" or move[0][1] == ">>":` in
https://github.com/pm4py/pm4py-core/blob/93fe16e628ede85318384ca1153a8dbc73c45fb9/pm4py/visualization/align_table/variants/classic.…
-
Consider the following, on version `2.7.2`:
```python
log_df = pm4py.read_xes("sepsis.xes")
event_log = pm4py.convert_to_event_log(log_df)
activities_df = pm4py.get_trace_attribute_values(log_…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
@gertjanssenswillen Due to various reasons I can't use the graphical toolset of pm4py to visualize my petrinet. Therefore as alternative, I tried petrinetR to read and render the pnml file I exported…