Skip to content

Commit

Permalink
Merge branch 'ft-1249-reverting-stream-converter' into 'integration'
Browse files Browse the repository at this point in the history
Reverting stream converter (some users complain)

See merge request pm4py/pm4py-core!488
  • Loading branch information
fit-alessandro-berti committed Sep 19, 2021
2 parents 8b77384 + 67c1cce commit 00d1a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm4py/objects/conversion/log/variants/to_event_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def apply(log, parameters=None):
if pkgutil.find_loader("pandas"):
import pandas
if isinstance(log, pandas.DataFrame):
return __transform_dataframe_to_event_stream_new(log, stream_post_processing=stream_post_processing, compress=compress)
return __transform_dataframe_to_event_stream(log, stream_post_processing=stream_post_processing, compress=compress)

if isinstance(log, EventLog):
return __transform_event_log_to_event_stream(log, include_case_attributes=include_case_attributes,
Expand Down

0 comments on commit 00d1a7d

Please sign in to comment.