Skip to content

Commit

Permalink
Updated jax.config import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574896272
  • Loading branch information
superbobry authored and DKSdev committed Oct 25, 2023
1 parent 1af4e50 commit 6b14948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dks/jax/parameter_sampling_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Parameter sampling functions for use with DKS/TAT in JAX."""

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

Expand Down

0 comments on commit 6b14948

Please sign in to comment.