Skip to content

Commit

Permalink
jax config import (#78)
Browse files Browse the repository at this point in the history
Importing config from jax.config is deprecated; needs to be imported from the jax module
  • Loading branch information
theandyb authored Jan 8, 2025
1 parent 407307b commit 936c0bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mushi/ksfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
import mushi.optimization as opt
import mushi.composition as cmp

from jax.config import config
import numpy as onp
import jax.numpy as np
from jax import jit, grad
from jax import jit, grad, config
from jax.scipy.special import expit, logit
from scipy.stats import poisson
from typing import Union, List, Dict, Tuple
Expand Down

0 comments on commit 936c0bd

Please sign in to comment.