Skip to content

Commit

Permalink
Delete references to removed jax.core attributes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 451174810
  • Loading branch information
Jake Bruce authored and DistraxDev committed May 26, 2022
1 parent f2ef70c commit 883be30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distrax/_src/utils/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def read(var):
def write(var, val):
env[var] = val

write(jax.core.unitvar, jax.core.unit)
jax.api_util.safe_map(write, jaxpr.outvars, args)
jax.api_util.safe_map(write, jaxpr.constvars, consts)

Expand Down

0 comments on commit 883be30

Please sign in to comment.