From 379c064f3917707cd77f282bf00cc4a830f5aef8 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Sun, 24 Nov 2024 15:48:10 +0100 Subject: [PATCH] fix --- pm4py/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm4py/__init__.py b/pm4py/__init__.py index c50f7412a..2a2c2eab7 100644 --- a/pm4py/__init__.py +++ b/pm4py/__init__.py @@ -31,7 +31,7 @@ filter_directly_follows_relation, filter_time_range, \ filter_eventually_follows_relation, filter_event_attribute_values, filter_trace_attribute_values, \ filter_between, filter_case_size, filter_case_performance, filter_activities_rework, filter_paths_performance, \ - filter_variants_by_coverage_percentage, filter_variants_by_maximum_coverage_percentage, filter_variants_top_k, filter_ocel_event_attribute, filter_ocel_object_attribute, \ + filter_variants_by_coverage_percentage, filter_variants_top_k, filter_ocel_event_attribute, filter_ocel_object_attribute, \ filter_ocel_object_types_allowed_activities, filter_ocel_object_per_type_count, filter_ocel_start_events_per_object_type, \ filter_ocel_end_events_per_object_type, filter_ocel_events_timestamp, filter_prefixes, filter_suffixes, filter_trace_segments, \ filter_four_eyes_principle, filter_activity_done_different_resources, filter_ocel_events, filter_ocel_objects, \