Skip to content

Commit 6ca4949

Browse files
carlosdanielcsantoscarlosdanielcsantos
carlosdanielcsantos
authored and
carlosdanielcsantos
committed
Innocuous change to rerun tests
1 parent b46e6f7 commit 6ca4949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def test_closed(self):
435435
df = DataFrame({'A': [0, 1, 2, 3, 4]})
436436
# closed only allowed for datetimelike
437437
with self.assertRaises(ValueError):
438-
df.rolling(window=3, closed='both')
438+
df.rolling(window=3, closed='neither')
439439

440440

441441
class TestExpanding(Base):

0 commit comments

Comments
 (0)