Skip to content

Commit c5f212a

Browse files
authored
Mute expecting runtime warning raised in the test (#2822)
This PR follows up #2792 and marks one more `RuntimeWarning` warning as expected due to possible overflow.
1 parent 7fae3a6 commit c5f212a

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)