pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

Two different parameters for `case glue` (or case identifier) #49

Closed fmannhardt closed 5 years ago

fmannhardt commented 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.

Javert899 commented 5 years ago

Pull request merged as requested :)