Skip to content

Commit

Permalink
Remove debug print in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Nov 17, 2023
1 parent 10ff0fd commit 906c8cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_utils_concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,6 @@ def test_concat_aggregate_function_aggregate(
aggregate_function=aggregate_function,
aggregate=aggregate,
)
print(f'{obj=}')
print(f'{expected=}')
if isinstance(obj, pd.Series):
pd.testing.assert_series_equal(obj, expected)
else:
Expand Down

0 comments on commit 906c8cd

Please sign in to comment.