Skip to content

Commit 7f57abf

Browse files
qwhelanPingviinituutti
authored andcommitted
CLN: fix typo in asv eval.Query suite (pandas-dev#24865)
1 parent 7f5a90a commit 7f57abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setup(self):
4545
index = pd.date_range('20010101', periods=N, freq='T')
4646
s = pd.Series(index)
4747
self.ts = s.iloc[halfway]
48-
self.df = pd.DataFrame({'a': np.random.randn(N), 'dates': s},
48+
self.df = pd.DataFrame({'a': np.random.randn(N), 'dates': index},
4949
index=index)
5050
data = np.random.randn(N)
5151
self.min_val = data.min()

0 commit comments

Comments
 (0)