Skip to content

Commit

Permalink
CLN: fix typo in ctors.SeriesDtypesConstructors setup (pandas-dev#24894)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhelan authored and Pingviinituutti committed Feb 28, 2019
1 parent a043faa commit 1c65d09
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 1c65d09

Please sign in to comment.