Skip to content

Commit 2dd44a8

Browse files
Apply suggestion from @Alvaro-Kothe
Co-authored-by: Álvaro Kothe <[email protected]>
1 parent 98356d6 commit 2dd44a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/window/test_rolling_skew_kurt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def test_rolling_kurt_edge_cases(step):
213213

214214
def test_rolling_skew_eq_value_fperr(step):
215215
# #18804 all rolling skew for all equal values should return NaN
216-
# #46717 update: all equal values should return 0 instead of NaN
217216
a = Series([1.1] * 15).rolling(window=10, step=step).skew()
218217
assert a.isna().all()
219218

0 commit comments

Comments
 (0)