Skip to content

Commit 4a095ac

Browse files
committed
chore: add github issue to test
1 parent b6b68b9 commit 4a095ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/window/test_rolling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ def test_rolling_skew_kurt_numerical_stability(method):
14631463
],
14641464
)
14651465
def test_rolling_skew_kurt_large_value_range(method, data, values):
1466-
# GH: 37557
1466+
# GH: 37557, 47461
14671467
s = Series(data)
14681468
result = getattr(s.rolling(4), method)()
14691469
expected = Series(values)

0 commit comments

Comments
 (0)