Skip to content

Commit 018d1d9

Browse files
committed
modified: pandas/tests/reshape/test_pivot_multilevel.py
- Added GH issue #61292 as comment to test :func:`test_pivot_table_multiindex_values_as_two_params`.
1 parent c2e2d7c commit 018d1d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pandas/tests/reshape/test_pivot_multilevel.py

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def test_pivot_df_multiindex_index_none():
258258
ids=["values-and-columns", "values-and-index"],
259259
)
260260
def test_pivot_table_multiindex_values_as_two_params(index, columns, request):
261+
# GH#61292
261262
data = [
262263
["A", 1, 50, -1],
263264
["B", 1, 100, -2],

0 commit comments

Comments
 (0)