refactor(chalice): refactored product analytics
This commit is contained in:
parent
bcc7d35b7f
commit
632bc1cbb9
1 changed files with 0 additions and 4 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue