Skip to content

Commit f9863d0

Browse files
GH456 PR Feedback
1 parent 4141a06 commit f9863d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_series.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ def func(s: pd.Series[int]) -> float:
11641164
pd.Series,
11651165
np.floating,
11661166
)
1167+
check(assert_type(s.groupby([1,1,2,2]).agg(lambda x: x.astype(float).min()), "pd.Series[float]"), pd.Series, int)
11671168

11681169
with pytest_warns_bounded(
11691170
FutureWarning,

0 commit comments

Comments
 (0)