Skip to content

Commit

Permalink
remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Sep 29, 2023
1 parent 28a1811 commit 077d9e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,6 @@ def test_groupby_reduce_axis_subset_against_numpy(func, axis, engine):
],
)
def test_groupby_reduce_nans(reindex, chunks, axis, groups, expected_shape, engine):

print(chunks)

def _maybe_chunk(arr):
if chunks:
return da.from_array(arr, chunks=chunks)
Expand Down

0 comments on commit 077d9e4

Please sign in to comment.