Skip to content

Commit 26ea9f8

Browse files
committed
fixup
1 parent 03f4472 commit 26ea9f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/groupby/aggregate/test_aggregate.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ def test_agg_multiple_functions_same_name_with_ohlc_present():
328328
)
329329
# PerformanceWarning is thrown by `assert col in right` in assert_frame_equal
330330
with tm.assert_produces_warning(PerformanceWarning):
331-
print("here!")
332-
print(result.head())
333-
print("---")
334-
print(expected.head())
335331
tm.assert_frame_equal(result, expected)
336332

337333

0 commit comments

Comments
 (0)