mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Disable complex arctan test in mnegj.real part of plane.
This test started failing in CI with the 0.4.32 release. PiperOrigin-RevId: 673536548
This commit is contained in:
parent
e86d77c477
commit
9a8dc6b4a3
@ -3957,9 +3957,9 @@ class FunctionAccuracyTest(jtu.JaxTestCase):
|
||||
elif name == 'arctan':
|
||||
if dtype == np.complex64:
|
||||
regions_with_inaccuracies_keep('q1', 'q2', 'q3', 'q4', 'neg', 'pos', 'negj', 'posj', 'ninf', 'pinf', 'ninfj', 'pinfj',
|
||||
'mq1.imag', 'mq2.imag', 'mq3.imag', 'mq4.imag', 'mnegj.imag', 'mposj.imag')
|
||||
'mq1.imag', 'mq2.imag', 'mq3.imag', 'mq4.imag', 'mnegj.real', 'mnegj.imag', 'mposj.imag')
|
||||
if dtype == np.complex128:
|
||||
regions_with_inaccuracies_keep('q1', 'q2', 'q3', 'q4', 'neg', 'pos', 'negj', 'posj', 'ninf', 'pinf', 'ninfj', 'pinfj')
|
||||
regions_with_inaccuracies_keep('q1', 'q2', 'q3', 'q4', 'neg', 'pos', 'negj', 'posj', 'ninf', 'pinf', 'ninfj', 'pinfj', 'mnegj.real')
|
||||
|
||||
elif name == 'arctanh':
|
||||
regions_with_inaccuracies_keep('pos.imag', 'ninf', 'pinf', 'ninfj', 'pinfj', 'mpos.imag')
|
||||
|
Loading…
x
Reference in New Issue
Block a user