We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa0835 commit 94d989eCopy full SHA for 94d989e
asv_bench/benchmarks/ctors.py
@@ -72,7 +72,7 @@ class SeriesDtypesConstructors(object):
72
73
def setup(self):
74
N = 10**4
75
- self.arr = np.random.randn(N, N)
+ self.arr = np.random.randn(N)
76
self.arr_str = np.array(['foo', 'bar', 'baz'], dtype=object)
77
self.s = Series([Timestamp('20110101'), Timestamp('20120101'),
78
Timestamp('20130101')] * N * 10)
0 commit comments