Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish committed Jul 19, 2023
1 parent aa87b6c commit f0c8b4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utmos/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ def do_sum(matrix, sample_mask):
if row[c_mask].any():
continue
m_score += row
print(row)
print((row != 0).astype('int'))
m_count += (row != 0).astype('int')
print(m_count.max())
# mask out excluded/used samples
m_score[sample_mask != 1] = 0
return m_score, m_count
Expand Down

0 comments on commit f0c8b4a

Please sign in to comment.