Add more about evidence and selection to flow (#142)

* Add Laplace evidence

* Numerically stable laplace evidence

* Minor edits to Laplace

* Remove rmax

* Rm old things

* Rm comments

* Add script

* Add super toy selection

* Add super toy selection

* Update script
This commit is contained in:
Richard Stiskalek 2024-08-27 00:36:00 +02:00 committed by GitHub
parent d13246a394
commit 3d1e1c0ae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 243 additions and 57 deletions

View file

@ -10,7 +10,7 @@ MAS="SPH"
grid=1024
for simname in "Carrick2015"; do
for simname in "Lilow2024"; do
for catalogue in "CF4_TFR"; do
pythoncm="$env $file --catalogue $catalogue --nsims $nsims --simname $simname --MAS $MAS --grid $grid"
if [ $on_login -eq 1 ]; then