Skip to content

Commit

Permalink
Fix broken asv (#29906)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and WillAyd committed Nov 28, 2019
1 parent aa48f6f commit 930b52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class InferFreq:
def setup(self, freq):
if freq is None:
self.idx = date_range(start="1/1/1700", freq="D", periods=10000)
self.idx.freq = None
self.idx._data._freq = None
else:
self.idx = date_range(start="1/1/1700", freq=freq, periods=10000)

Expand Down

0 comments on commit 930b52a

Please sign in to comment.