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 b6b68b9 commit 4a095acCopy full SHA for 4a095ac
pandas/tests/window/test_rolling.py
@@ -1463,7 +1463,7 @@ def test_rolling_skew_kurt_numerical_stability(method):
1463
],
1464
)
1465
def test_rolling_skew_kurt_large_value_range(method, data, values):
1466
- # GH: 37557
+ # GH: 37557, 47461
1467
s = Series(data)
1468
result = getattr(s.rolling(4), method)()
1469
expected = Series(values)
0 commit comments