Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix benchmark
  • Loading branch information
TLouf committed Aug 7, 2021
commit db7ebf915b75f66a1fa8afaf2ce5409a5fffd75a
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ToCoo:
params = [True, False]
param_names = ["sort_labels"]

def setup(self):
def setup(self, sort_labels):
s = Series([np.nan] * 10000)
s[0] = 3.0
s[100] = -1.0
Expand Down