Skip to content

Commit 9575a1d

Browse files
committed
float64 to Float64 renamed, func renamed
1 parent b04ebba commit 9575a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/reductions/test_reductions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ def test_empty_multi(self, method, unit):
680680
tm.assert_series_equal(result, expected)
681681

682682
@pytest.mark.parametrize("method", ["mean"])
683-
@pytest.mark.parametrize("dtype", ["float64", "Int64", "boolean"])
684-
def test_ops_consistency_mean(self, method, dtype):
683+
@pytest.mark.parametrize("dtype", ["Float64", "Int64", "boolean"])
684+
def test_ops_consistency_on_empty_nullable(self, method, dtype):
685685

686686
# GH#34814
687687
# consistency for nullable dtypes on empty or ALL-NA mean

0 commit comments

Comments
 (0)