Skip to content

Commit

Permalink
Remove a diagnostic print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Nov 8, 2023
1 parent bd5c6ba commit 3c9b64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_combine_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_combine_columns_mixed():
x = np.ones(shape=(num_rows, 10))
y = sp.identity(num_rows)

print(x, y)
z = combine_columns(x, y)

assert isinstance(z, np.ndarray)
Expand Down

0 comments on commit 3c9b64f

Please sign in to comment.