Skip to content

Commit

Permalink
Updated jax.config import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575132921
Change-Id: I3c535c9d5f766acd59ed19ff79885deb5d705e42
  • Loading branch information
superbobry authored and Copybara-Service committed Oct 20, 2023
1 parent 43f5b68 commit 53eeda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/jax/running_statistics_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from acme import specs
from acme.jax import running_statistics
import jax
from jax.config import config as jax_config
from jax import config as jax_config
import jax.numpy as jnp
import numpy as np
import tree
Expand Down

0 comments on commit 53eeda3

Please sign in to comment.