From d926068f3b47b2aa52e41e0c68c5d2374f405471 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Wed, 31 Jul 2024 21:22:46 +0100 Subject: [PATCH] more testing --- tests/scripts/desi_fit.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/scripts/desi_fit.sh b/tests/scripts/desi_fit.sh index 8f89d55..fea61ac 100755 --- a/tests/scripts/desi_fit.sh +++ b/tests/scripts/desi_fit.sh @@ -1,7 +1,10 @@ #!/bin/bash -e -rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --zbest_include --nthreads=2 tests/data/coadd-sv1-bright-10378.fits --process_status_file /tmp/tests_desi.status --log_level=DEBUG +rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --zbest_include --nthreads=2 --process_status_file /tmp/tests_desi.status --log_level=DEBUG tests/data/coadd-sv1-bright-10378.fits # 1 thread for coverage -rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --nthreads=1 tests/data/coadd-sv1-bright-10378.fits --process_status_file /tmp/tests_desi.status --log_level=DEBUG +rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --zbest_select --nthreads=1 --process_status_file /tmp/tests_desi.status --log_level=DEBUG tests/data/coadd-sv1-bright-10378.fits + +# specific targetids also plotting and zbest_select +rvs_desi_fit --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --nthreads=1 --process_status_file /tmp/tests_desi.status --log_level=DEBUG --targetid=39628422527323686,39628422531515839 --doplot tests/data/coadd-sv1-bright-10378.fits