Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Oct 29, 2022
1 parent b28670f commit 48acb99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions asv_bench/benchmarks/index_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,7 @@ def peakmem_gc_instances(self, N):

class Creation:
param_names = ["dtype", "size"]
params = [
["uint8", "uint32", "int32", "float64", "float32"],
[0, 1, 10, 100, 200]
]
params = [["uint8", "uint32", "int32", "float64", "float32"], [0, 1, 10, 100, 200]]

def setup(self, dtype, size):
self.array = np.zeros(size, dtype=dtype)
Expand Down

0 comments on commit 48acb99

Please sign in to comment.