Skip to content

Commit

Permalink
fix(pm4py): bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 12, 2024
1 parent a97257d commit b5c392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm4py/util/pandas_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_default_dataframe_environment():
#import cudf; return cudf
import cudf.pandas
cudf.pandas.install()
import pandas as pd
import pandas as pd
return pd


Expand Down

0 comments on commit b5c392a

Please sign in to comment.