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 428ba13 commit 20a74d4Copy full SHA for 20a74d4
pandas/tests/series/methods/test_round.py
@@ -78,4 +78,3 @@ def test_round_dtype_object(self):
78
msg = "Expected numeric dtype, got object instead."
79
with pytest.raises(TypeError, match=msg):
80
ser.round()
81
-
0 commit comments