Skip to content

Commit

Permalink
Updating to get rid of warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
leake committed Dec 5, 2023
1 parent 39865ab commit 9d30670
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/test_BF.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from jax.config import config

config.update("jax_enable_x64", True)
import jax.numpy as np

from tfc.utils.BF import (
Expand Down
3 changes: 0 additions & 3 deletions tests/test_nBF.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from jax.config import config

config.update("jax_enable_x64", True)
import numpy as onp
import jax.numpy as np

Expand Down

0 comments on commit 9d30670

Please sign in to comment.