Closed fmannhardt closed 5 years ago
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 other here: https://github.com/pm4py/pm4py-source/blob/97f72523f15a3aca65215965af7dc7a0a528eb4b/pm4py/util/constants.py#L4
Unfortunately, they are not compatible so there is no way to call an alignment with a Pandas data frame at the moment.
Pull request merged as requested :)
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 other here: https://github.com/pm4py/pm4py-source/blob/97f72523f15a3aca65215965af7dc7a0a528eb4b/pm4py/util/constants.py#L4
Unfortunately, they are not compatible so there is no way to call an alignment with a Pandas data frame at the moment.