We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a507488 commit 1b079bbCopy full SHA for 1b079bb
pandas/tests/groupby/test_function.py
@@ -1189,3 +1189,4 @@ def test_cumsum_ninf_inf():
1189
1190
result = ser.groupby([1, 1, 1, 1, 1]).cumsum()
1191
expected = Series([np.inf, np.inf, np.inf, np.nan, np.nan])
1192
+ tm.assert_series_equal(result, expected)
0 commit comments