Fixed image once again. #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing fastpm with overdensity field | |
on: [push] | |
jobs: | |
test-fastpm-on-image: | |
runs-on: ubuntu-latest | |
container: maurorigo/ldlimg:focal | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 | |
- name: Run test fastpm | |
run: | | |
. /root/miniconda3/etc/profile.d/conda.sh | |
conda activate LDLenv | |
cd Docker | |
python testfastpm.py 0 | |
python ../genimage/pylians_genimage_fastpm.py FastPM_Nmesh64_Nstep10_z0.00 |