mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Having ignore warning decorator before the parameterized test decorator gives an error that tells the ignorewarning decorator hinders the parameterized test creation, hence no tests are ran for testToeplitzConstruction. The extra decorator is removed as Ruturaj created an ignorewarning statement in a finer granularity.
This commit is contained in:
parent
75fc650d0b
commit
84698197d7
@ -2005,7 +2005,6 @@ class ScipyLinalgTest(jtu.JaxTestCase):
|
||||
|
||||
self.assertAllClose(root, expected, check_dtypes=False)
|
||||
|
||||
@jtu.ignore_warning(category=FutureWarning, message="Don't treat future SciPy warning as error")
|
||||
@jtu.sample_product(
|
||||
cshape=[(), (4,), (8,), (3, 7), (0, 5, 1)],
|
||||
cdtype=float_types + complex_types,
|
||||
|
Loading…
x
Reference in New Issue
Block a user