refactor(chalice): refactored product analytics

This commit is contained in:
Taha Yassine Kraiem 2025-03-06 16:53:08 +01:00 committed by Kraiem Taha Yassine
parent bcc7d35b7f
commit 632bc1cbb9

View file

@ -85,10 +85,6 @@ def __complete_missing_steps(start_time, end_time, density, neutral, rows, time_
# compute avg_time_from_previous at the same level as sessions_count (this was removed in v1.22)
# if start-point is selected, the selected event is ranked n°1
def path_analysis(project_id: int, data: schemas.CardPathAnalysis):
# # This code is used for testing only
# return __get_test_data()
# ------ end of testing code ---
sub_events = []
start_points_conditions = []
step_0_conditions = []