Skip to content

Commit

Permalink
Updated jax.config import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574896328
  • Loading branch information
superbobry authored and copybara-github committed Oct 20, 2023
1 parent bee3a15 commit 1095e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haiku/_src/initializers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from haiku._src import initializers
from haiku._src import test_utils
import jax
from jax.config import config
from jax import config
import jax.numpy as jnp
import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion haiku/_src/integration/float64_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from haiku._src import test_utils
from haiku._src.integration import common
from haiku._src.integration import descriptors
from jax.config import config
from jax import config
import jax.numpy as jnp

ModuleFn = descriptors.ModuleFn
Expand Down

0 comments on commit 1095e22

Please sign in to comment.