Skip to content

Commit ad3a87c

Browse files
committed
add more checks in roll numba methods
1 parent 3bf1b15 commit ad3a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/window/test_numba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def f(x, *args):
8686
[
8787
[5, 7, 7, 7, np.nan, np.inf, 4, 3, 3, 3],
8888
[5, 7, 7, 7, np.nan, np.inf, 7, 3, 3, 3],
89-
[np.nan, np.nan, 5, 6, 7, 5, 5, 5],
89+
[np.nan, np.nan, 5, 6, 7, 5, 5, 5, 5, 5],
9090
]
9191
).T,
9292
Series(range(5), name="foo"),

0 commit comments

Comments
 (0)