Skip to content

Commit d2d716a

Browse files
committed
edited comment for test\
1 parent 8463664 commit d2d716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/aggregate/test_cython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ def test_cython_agg_EA_known_dtypes(data, op_name, action, with_na):
417417
result = grouped["col"].aggregate(op_name)
418418
assert result.dtype == expected_dtype
419419

420-
#testing groupby.var() when called with pyarrow datatype
421420

422421
@pytest.mark.parametrize("with_na", [False, True])
423422
def test_groupby_var_arrow_decimal(with_na):
423+
#testing groupby.var() when called with pyarrow datatype
424424
# Create Arrow-backed decimal Series
425425
data = pd.Series(
426426
[

0 commit comments

Comments
 (0)