From 97198bb8f24dc9810a8842d88aa8ca0fb29576b9 Mon Sep 17 00:00:00 2001 From: "Craig M. Hamel" Date: Wed, 6 Nov 2024 14:06:05 -0700 Subject: [PATCH] making double precision. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1298ea7..8a0b8f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: python -m venv venv . venv/bin/activate pip install .[cpu,test] - pytest test --cov=pancax + JAX_ENABLE_X64=true pytest test --cov=pancax # - name: test-exodus # run: | # python -c 'import exodus3 as exodus'