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 fc5ab16 commit bc48e74Copy full SHA for bc48e74
‎tests/series/test_agg.py‎
@@ -52,7 +52,9 @@ def test_agg_complex() -> None:
52
np.exceptions.ComplexWarning,
53
r"Casting complex values to real discards the imaginary part",
54
),
55
- pytest_warns_bounded(RuntimeWarning, r"invalid value encountered in sqrt"),
+ pytest_warns_bounded(
56
+ RuntimeWarning, r"invalid value encountered in sqrt", upper="2.3.99"
57
+ ),
58
):
59
check(assert_type(series.std(), np.float64), np.float64)
60
0 commit comments