Remove the doctest skip now that jit and pjit have been merged

PiperOrigin-RevId: 508162840
This commit is contained in:
Yash Katariya 2023-02-08 13:09:24 -08:00 committed by jax authors
parent 1254d44dbd
commit e4d551a217

View File

@ -412,7 +412,7 @@ which the computation should run. For example
... return x + arg * jnp.ones(1) # Include a constant in the inner function
... return arg + inner(arg - 2.)
...
>>> print(make_jaxpr(func12)(1.)) # doctest:+ELLIPSIS, +SKIP
>>> print(make_jaxpr(func12)(1.)) # doctest:+ELLIPSIS
{ lambda ; a:f32[]. let
b:f32[] = sub a 2.0
c:f32[1] = pjit[