Skip to content

Commit

Permalink
update deprecated config call
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 3, 2023
1 parent d4d6e20 commit 06436b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_kepler_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
import pytest

import jax
from jax.config import config
from jax.test_util import check_grads

from kepler_jax import kepler


config.update("jax_enable_x64", True)
jax.config.update("jax_enable_x64", True)


@pytest.fixture(params=[np.float32, np.float64])
Expand Down

0 comments on commit 06436b5

Please sign in to comment.