Skip to content

Commit

Permalink
Correct line space for merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed Sep 6, 2023
2 parents 1535939 + 8a96961 commit 2296f2b
Show file tree
Hide file tree
Showing 156 changed files with 518,458 additions and 640 deletions.
10 changes: 6 additions & 4 deletions .github/run-demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@ do
elif [ "$i" == "14" ]; then
args="-p zeus.samples=15 zeus.nsteps=5"
elif [ "$i" == "17" ]; then
args="-v cosmological_parameters.n_s=0.96 cosmological_parameters.omega_b=0.0468 cosmological_parameters.h0=0.6881"
elif [ "$i" == "18" ]; then
echo "Skipping demo 18"
continue
args="-v cosmological_parameters.n_s=0.96 cosmological_parameters.omega_b=0.0468 cosmological_parameters.h0=0.6881 -p test.fatal_errors=T"
elif [ "$i" == "19" ]; then
args="-p grid.nsample_dimension=20"
else
args=
fi
if [ "$args" == "" ]; then
args="-p runtime.verbosity=debug"
else
args="$args runtime.verbosity=debug"
fi
echo Running demo $i: cosmosis demos/demo${i}.ini $args
time cosmosis demos/demo${i}.ini $args
echo Done demo $i
Expand Down
Loading

0 comments on commit 2296f2b

Please sign in to comment.