Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Apr 15, 2024
1 parent b2d38ec commit 9eb0f00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inferelator_velocity/utils/sparse_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,12 @@ def sparse_csr_extract_columns(
sparse_array.shape[1]
)

print(col_indptr)

new_data = _csr_extract_columns(
sparse_array.data,
sparse_array.indices,
col_indptr
)

print(new_data)

if fake_csc_matrix:
arr = sps.csc_matrix(
sparse_array.shape,
Expand Down

0 comments on commit 9eb0f00

Please sign in to comment.