Skip to content

Commit

Permalink
removed the un-needed logs!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Sep 15, 2023
1 parent e2db702 commit 35d4ba7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tc_core_analyzer_lib/utils/compute_interaction_per_acc.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ def get_analysis_vector(
"""
user_count = int_mat[activites[0]].shape[0]

print("ignore_axis_0_activities: ", ignore_axis_0_activities)
print("ignore_axis_1_activities: ", ignore_axis_1_activities)

# creating the zero analysis vector for all users
int_analysis = np.zeros(user_count)

Expand Down

0 comments on commit 35d4ba7

Please sign in to comment.