Commit 9f74b31
committed
Enable JAX 64-bit mode for tests
Add jax.config.update("jax_enable_x64", True) at module level in conftest.py
so all tests run with float64 precision. This fixes the pre-existing failure
in test__curvature_matrix_via_psf_weighted_noise_two_methods_agree where
float32 rounding produced a max absolute error of ~0.008, exceeding the
1e-4 tolerance.
https://claude.ai/code/session_01B9sVEV54XWCa2LJw1C8gvv1 parent e99a05c commit 9f74b31
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments