Skip to content

Commit cc2a715

Browse files
authored
Merge branch 'master' into dependabot/github_actions/styfle/cancel-workflow-action-0.13.1
2 parents c2ba916 + c5f212a commit cc2a715

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)