Skip to content

Commit

Permalink
Fix typo in `pm4py.algo.conformance.temporal_profile.algorithm.get_di…
Browse files Browse the repository at this point in the history
…agnostics_dataframe`
  • Loading branch information
Luka committed Apr 25, 2024
1 parent f53d01d commit 323af74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm4py/algo/conformance/temporal_profile/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_diagnostics_dataframe(elog: Union[EventLog, pd.DataFrame], conf_result:
if parameters is None:
parameters = {}

if pandas_utils.check_is_pandas_dataframe(log):
if pandas_utils.check_is_pandas_dataframe(elog):
case_id_key = exec_utils.get_param_value(Parameters.CASE_ID_KEY, parameters, constants.CASE_CONCEPT_NAME)
cases = pandas_utils.format_unique(elog[case_id_key].unique())
else:
Expand Down

0 comments on commit 323af74

Please sign in to comment.