kNN-CDF implementation (#34)

* Rewrite doc

* add kNN

* edit loading of samples with no init

* Add verbosity flag

* add KNN submission script

* do not make peaked cdf by default

* Add submit script

* stop ignore sh

* Add mass thresholding

* Edit gitignore

* edits

* Space points in logspace

* Calculate for all ICs

* Update TODO

* Add dtype support

* Update readme

* Update nb
This commit is contained in:
Richard Stiskalek 2023-03-31 18:13:41 +01:00 committed by GitHub
parent 4d7827006a
commit 63ab3548b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1248 additions and 29 deletions

14
scripts/run_fieldprop.sh Normal file
View file

@ -0,0 +1,14 @@
nthreads=10
memory=32
queue="berg"
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_galomatch/bin/python"
file="run_fieldprop.py"
# grid=1024
# halfwidth=0.1
cm="addqueue -q $queue -n $nthreads -m $memory $env $file"
echo "Submitting:"
echo $cm
echo
$cm