We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a74d4 commit b98e2e1Copy full SHA for b98e2e1
pandas/tests/series/methods/test_round.py
@@ -74,6 +74,7 @@ def test_round_ea_boolean(self):
74
tm.assert_series_equal(ser, expected)
75
76
def test_round_dtype_object(self):
77
+ # GH#61206
78
ser = Series([0.2], dtype="object")
79
msg = "Expected numeric dtype, got object instead."
80
with pytest.raises(TypeError, match=msg):
0 commit comments