Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Nov 30, 2020
1 parent 319d8eb commit 7750310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stheno/jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# noinspection PyUnresolvedReferences
from . import * # pragma: no cover

# We need `float64`s for testing.
# We need `float64`s for accurate kernels.
jax.config.update("jax_enable_x64", True)

0 comments on commit 7750310

Please sign in to comment.