Skip to content

Commit

Permalink
removing x64 enable for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilkpai committed Feb 19, 2021
1 parent 997ad31 commit 0748c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lax_scipy_sparse_test.py
Expand Up @@ -30,7 +30,7 @@

from jax.config import config
config.parse_flags_with_absl()
config.update("jax_enable_x64", True)
# config.update("jax_enable_x64", True)


float_types = jtu.dtypes.floating
Expand Down

0 comments on commit 0748c9e

Please sign in to comment.