Skip to content

Commit

Permalink
Merge pull request #482 from LukaChabaud08/release
Browse files Browse the repository at this point in the history
Fix typo in `pm4py.algo.conformance.temporal_profile.algorithm.get_diagnostics_dataframe`
  • Loading branch information
fit-alessandro-berti authored Apr 29, 2024
2 parents f53d01d + 323af74 commit 2e4e76a
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 2e4e76a

Please sign in to comment.