Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed Aug 4, 2020
1 parent bfe387e commit 52e53b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions asv_bench/benchmarks/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import pandas as pd

from .pandas_vb_common import tm


class BooleanArray:
def setup(self):
Expand Down
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Construction:
params = ["str", "string"]
param_names = ["dtype"]

def setup(self):
def setup(self, dtype):
self.data = tm.rands_array(nchars=10 ** 5, size=10)

def time_construction(self, dtype):
Expand Down

0 comments on commit 52e53b1

Please sign in to comment.