Skip to content

Commit

Permalink
test: fix pandas pivot benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-pinchelimouroux committed Jan 10, 2025
1 parent 9d0ff42 commit c93904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/steps/test_pivot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_benchmark_pivot(benchmark):

step = PivotStep(
name="pivot",
index=["group"],
index=["id"],
column_to_pivot="group",
value_column="value",
agg_function="avg",
Expand Down

0 comments on commit c93904f

Please sign in to comment.