We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0abb9 commit ab3d85eCopy full SHA for ab3d85e
pandas/tests/frame/common.py
@@ -89,11 +89,11 @@ def empty(self):
89
90
@cache_readonly
91
def ts1(self):
92
- return tm.makeTimeSeries()
+ return tm.makeTimeSeries(nper=30)
93
94
95
def ts2(self):
96
- return tm.makeTimeSeries()[5:]
+ return tm.makeTimeSeries(nper=30)[5:]
97
98
99
def simple(self):
0 commit comments