mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-06-15 10:21:11 +00:00
format
This commit is contained in:
parent
187cf5c4ba
commit
d874790543
2 changed files with 3 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -35,6 +35,8 @@ jobs:
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pip install diffrax
|
pip install diffrax
|
||||||
pip install .
|
pip install .
|
||||||
|
echo "numpy version installed:"
|
||||||
|
python -c "import numpy; print(numpy.__version__)"
|
||||||
|
|
||||||
- name: Run Single Device Tests
|
- name: Run Single Device Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pfft-python @ git+https://github.com/MP-Gadget/pfft-python
|
pfft-python @ git+https://github.com/MP-Gadget/pfft-python
|
||||||
pmesh @ git+https://github.com/MP-Gadget/pmesh
|
pmesh @ git+https://github.com/MP-Gadget/pmesh
|
||||||
fastpm @ git+https://github.com/ASKabalan/fastpm-python
|
fastpm @ git+https://github.com/ASKabalan/fastpm-python
|
||||||
numpy
|
numpy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue