Skip to content

Commit

Permalink
making double precision.
Browse files Browse the repository at this point in the history
  • Loading branch information
chamel3 committed Nov 6, 2024
1 parent 5523970 commit 97198bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 97198bb

Please sign in to comment.