mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
accelerate deprecation of jax.curry
PiperOrigin-RevId: 520958381
This commit is contained in:
parent
ffb8352848
commit
b37c741c6f
@ -9715,8 +9715,6 @@ class DeprecationsTest(jtu.JaxTestCase):
|
||||
self.assertIs(jax.pxla, jax.interpreters.pxla)
|
||||
with self.assertWarns(DeprecationWarning):
|
||||
self.assertIs(jax.xla, jax.interpreters.xla)
|
||||
with self.assertWarns(DeprecationWarning):
|
||||
self.assertIs(jax.curry, jax._src.util.curry)
|
||||
with self.assertWarns(DeprecationWarning):
|
||||
self.assertIs(jax.flatten_fun_nokwargs, jax.api_util.flatten_fun_nokwargs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user