Skip to content

Commit

Permalink
Merge pull request #2 from abhijeetgangan/Fix
Browse files Browse the repository at this point in the history
Fix config import in test_util
  • Loading branch information
abhijeetgangan authored May 22, 2024
2 parents 4f75436 + 434db32 commit 2b5a793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_md/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import jax.numpy as jnp
import numpy as onp
from jax.config import config
from jax import config

import jax
from jax import dtypes as _dtypes
Expand Down

0 comments on commit 2b5a793

Please sign in to comment.