From 9eb0f0067626d0c4b09537e432c39ae56dcf7a7b Mon Sep 17 00:00:00 2001 From: asistradition Date: Mon, 15 Apr 2024 14:59:01 -0400 Subject: [PATCH] Remove print statements --- inferelator_velocity/utils/sparse_math.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inferelator_velocity/utils/sparse_math.py b/inferelator_velocity/utils/sparse_math.py index d7bb703..591d8a2 100644 --- a/inferelator_velocity/utils/sparse_math.py +++ b/inferelator_velocity/utils/sparse_math.py @@ -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,