Skip to content

Commit

Permalink
Merge pull request #11 from TogetherCrew/improvement-remove-unuseful-…
Browse files Browse the repository at this point in the history
…logs

Improvement remove unuseful logs!
  • Loading branch information
cyri113 authored Sep 15, 2023
2 parents e2db702 + 6272f03 commit 2b8c579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="tc-core-analyzer-lib",
version="1.0.1",
version="1.0.2",
author="Mohammad Amin Dadgar, TogetherCrew",
maintainer="Mohammad Amin Dadgar",
maintainer_email="[email protected]",
Expand Down
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 2b8c579

Please sign in to comment.