Skip to content

Commit

Permalink
one more ignore statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 12, 2024
1 parent 3ecf4f3 commit e7693ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ml_dtypes/tests/custom_float_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ def testBinaryUfunc(self, float_type):
float_type=float_type,
)

@ignore_warning(category=RuntimeWarning, message="invalid value encountered")
def testBinaryPredicateUfunc(self, float_type):
for op in BINARY_PREDICATE_UFUNCS:
with self.subTest(op.__name__):
Expand Down

0 comments on commit e7693ba

Please sign in to comment.