Skip to content

Commit

Permalink
Add default value for required positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGreisman committed Dec 21, 2023
1 parent eeaa302 commit e95330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dtypes/test_ints_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class TestBooleanReduce(base.BaseBooleanReduceTests):


class TestNumericReduce(base.BaseNumericReduceTests):
def _get_expected_reduction_dtype(self, arr, op_name: str, skipna: bool):
def _get_expected_reduction_dtype(self, arr, op_name: str, skipna: bool = False):
"""
Handle expected return types for reductions that may change int32-backed dtype
"""
Expand Down

0 comments on commit e95330a

Please sign in to comment.