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 e21ded6 commit 312f4e5Copy full SHA for 312f4e5
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