Skip to content

Commit

Permalink
CLN: fix typo in ctors.SeriesDtypesConstructors setup
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhelan committed Jan 24, 2019
1 parent 853cd70 commit faf42a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/ctors.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class SeriesDtypesConstructors(object):

def setup(self):
N = 10**4
self.arr = np.random.randn(N, N)
self.arr = np.random.randn(N)
self.arr_str = np.array(['foo', 'bar', 'baz'], dtype=object)
self.s = Series([Timestamp('20110101'), Timestamp('20120101'),
Timestamp('20130101')] * N * 10)
Expand Down

0 comments on commit faf42a2

Please sign in to comment.