Skip to content

Commit f250bd3

Browse files
committed
Mute overflow warning from tests/test_special.py::TestConsistency::test_erfcx[True]
1 parent 7fae3a6 commit f250bd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dpnp/tests/test_special.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ def test_erfc(self, inverse):
106106
atol=self.tol,
107107
)
108108

109+
@pytest.mark.usefixtures(
110+
"suppress_overflow_encountered_in_cast_numpy_warnings"
111+
)
109112
def test_erfcx(self, inverse):
110113
self._check_variant_func(
111114
inverse,

0 commit comments

Comments
 (0)