Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Sep 27, 2022
1 parent b3f45bd commit 2461a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class TimeConcat:
[True, False],
]

def setup(self, shapes, how, axis):
def setup(self, shapes, how, axis, ignore_index):
self.df1 = generate_dataframe("int", *shapes[0], RAND_LOW, RAND_HIGH)
self.df2 = generate_dataframe("int", *shapes[1], RAND_LOW, RAND_HIGH)

Expand Down

0 comments on commit 2461a6a

Please sign in to comment.